~flimm/ooo-thumbnailer/releases

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ooo-thumbnailer is a lightweight thumbnailer for OpenOffice.org documents, 
spreadsheets, presentations, drawings, charts and templates, as well as 
Microsoft Office 2003 and 2007 documents, presentations and spreadsheets.

Two configuration options can be modified in $XDG_CONFIG_HOME/ooo-thumbnailer.conf
(usually ~/.config/ooo-thumbnailer.conf).

Example:
OOOTHUMBNAILER_TIMEOUT=10
OOOTHUMBNAILER_UNOCONV_MAX_SIZE=8000000

OOOTHUMBNAILER_TIMEOUT specifies the maximum number of seconds ooo-thumbnailer 
may take before terminating.
OOOTHUMBNAILER_UNOCONV_MAX_SIZE specifies the maximum number of bytes a 
Microsoft Office file may be to attempt converting it to OpenDocument format 
to extract the thumbnail.

If OVERRIDE_OOOTHUMBNAILER_TIMEOUT and OVERRIDE_OOOTHUMBNAILER_UNOCONV_MAX_SIZE
environment variables are set, ooo-thumbnailer will use those variables over the
values set in $XDG_CONFIG_HOME/ooo-thumbnailer.conf.

Source code can be downloaded from:
https://code.launchpad.net/~flimm/+junk/bash-ooo-thumbnailer