Difference between revisions of "Third-party software integration: SWFTools"
From OpenKM Documentation
Line 3: | Line 3: | ||
== Linux == | == Linux == | ||
Swftools can be installed running in terminal: | Swftools can be installed running in terminal: | ||
− | sudo aptitude install swftools | + | |
+ | $ sudo aptitude install swftools | ||
Enable in OpenKM.cfg | Enable in OpenKM.cfg | ||
+ | |||
system.pdf2swf=/usr/bin/pdf2swf | system.pdf2swf=/usr/bin/pdf2swf | ||
Line 13: | Line 15: | ||
Enable in OpenKM.cfg ( put this character to indicate path separator "/" not "\" ) | Enable in OpenKM.cfg ( put this character to indicate path separator "/" not "\" ) | ||
+ | |||
system.pdf2swf=c:/program files/swftools/pdf2swf.exe | system.pdf2swf=c:/program files/swftools/pdf2swf.exe | ||
− | + | {{Note| Remember that JBoss must be restarted after any OpenKM.cfg modification.}} | |
− | {{Note| | ||
[[Category: Installation Guide]] | [[Category: Installation Guide]] | ||
[[Category:OKM Network]] | [[Category:OKM Network]] |
Revision as of 13:44, 24 February 2010
To enable preview UI tab, OpenKM need to convert pdf files to swf.
Linux
Swftools can be installed running in terminal:
$ sudo aptitude install swftools
Enable in OpenKM.cfg
system.pdf2swf=/usr/bin/pdf2swf
Windows
Donwload last swftools http://www.swftools.org/download.html and install it.
Enable in OpenKM.cfg ( put this character to indicate path separator "/" not "\" )
system.pdf2swf=c:/program files/swftools/pdf2swf.exe
Remember that JBoss must be restarted after any OpenKM.cfg modification. |