Documentation
» Introduction
» Converting Documents
» Large Documents
» Parameters
» Publishing with PHP
» API
» Forum

Converting Documents

There is a range of available converters, both commercial and free.
We recommend using the open source converter "PDF2SWF" (version 0.9 or later) which can be found here: http://www.swftools.org/


Converting your documents using PDF2SWF is fairly straight forward. Documents are preferrably converted using the command line executable. The following example shows the currently recommended setting for converting your document:

C:\SWFTools\pdf2swf.exe Paper.pdf -o Paper.swf -f -T 9 -t -s storeallcharacters
The last 4 parameters specifies:
  -fFonts should be embedded, improves searchability in the document
  -T 9Sets the target flash version to 9, improves stability
  -tInserts a stop between each frame, improves stability
  -s storeallcharactersStores all character information about the texts in the document, improves searchability
Optional Parameters
  -GMakes the document smaller and faster to render
  -s subpixels=1.5Adjusts image resolution in the document. Should be used in cases where the document contains lots of large images. The value (1.5) can be experimented with to archive desired quality.
Please see http://wiki.swftools.org/index.php/Pdf2swf for a complete list of PDF2SWF arguments and their explanations.