Third-party software integration: SWFTools

From OpenKM Documentation
Revision as of 14:44, 24 February 2010 by Pavila (talk | contribs)

Jump to: navigation, search

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

Nota clasica.png Remember that JBoss must be restarted after any OpenKM.cfg modification.