67
where: RRGGBB = the color in HTML notation. TT = color
transparency value (00-FF)
linkdisable
use 1 to disable hyperlinks
flashver
sets the flash version of the converted .swf (Default: 9) (Viewer
supports 9+)
wtmtext
watermark text. Adds watermark on each page
(Note – Watermark feature requires full license key. It does not work with trial
evaluation key)
wtmfont
watermark font, default: Helvetica
wtmsize
watermark size, default: 130
wtmalpha
watermark opacity (1-100), default: 10
thumbnail
specifies thumbnail image width and height, e.g.: 150x200. Only
used for
creating thumbnails in png format of document pages
customerid
customer id used for licensing and activation
regkey
registration key used for licensing and activation
monochrome
create grayscale TIFF images (monochrome= 1)
getattachments
get attachment list for msg formats (getattachments= 1)
extractattachments
extract attachments from msg formats (extractattachments= 1)
xlsfidelity
suppress the XLS pre-processing of one page per sheet.
(Default: High) (Values: low/high)
showFullscreenNotice
Allows the fullscreen keyboard events notice to not be displayed
if set to No. (Default=Yes)
suppressSaveAnnotationNotice Allows Annotation Saved notice to not be displayed when set to
Yes. (Default=No)
srcencoding
specifies the text import filter parameters for text files.
(only for .txt and .text files)
For Korean files srcencoding would be:
srcencoding=EUC_KR,CRLF,Times New Roman,ko-KR
where:
EUC_KR is the encoding, complete list is here:
http://docs.python.org/release/2.4.2/lib/standard-
encodings.html
CRLF is the line ending character (either: CR, LF, CRLF)
Times New Roman is the default font used
ko-KR is the language encoding
dpi
specifies depth per index ratio of output png and image files
Default:100
Example 1:
To convert sample.doc to sample.swf having Proxy Server running on 18580:
java -jar convert2swfclient.jar source=sample.doc
Example 2:
To convert page 1 only of sample.doc to sample.swf:
java -jar convert2swfclient.jar pages=1 source=sample.doc
Example 3:
To convert pages 1,5,7 only of sample.doc to sample.swf having Proxy Server running on 18580:
java -jar convert2swfclient.jar pages=1,5,7 source=sample.doc
Example 4:
To get total pages in sample.doc:
java -jar convert2swfclient.jar totalpages source=/usr/local/temp/sample.doc
15