Navigation:  Part II - Enhanced Features > How to convert a file > Files needed Conversion >

PDF

Previous pageReturn to chapter overviewNext page

There are several ways to convert PDF files. After converting the file just import it and define it as a the starting file. If you need multiple PDF files to distribute, use the menu generator.

Using a Printer Driver

This option allows to print the secure file, but links within the PDF file are lost. It adds a nice navigation bar.

For details using a printer driver see converting Office Cocuments.

 

PDF Conversion Tool

 

You will find a lot of tools by searching in Google. We describe one tool more in detail. It is a collection of SWF manipulation and creation utilities - and it is free (released under GPL) - www.swftools.com .

 

Download the Windows Version swftools-0.7.0.exe at http://www.swftools.org/swftools-dev-win32.rar

You find a online help on the swftools web site but here are the most useful commands.

 

Program to convert PDF to SWF: pdf2swf.exe - online help: http://www.swftools.org/pdf2swf.html

Standard Conversion

This converts a single PDF file, opens links not outside the Multimedia Player, does not scroll automatically through the file, adds a Next and Back button.

pdf2swf.exe -w -t file.pdf

or if you .SWF file should get a new name

pdf2swf.exe -w -t  - o filenew.swf file.pdf

 

After the conversion, you have to add a navigation interface (Back/Next) button.

swfcombine -o file.swf .\swfs\simple_viewer.swf  viewport=file.swf
 

The command which does all in one is

pdf2swf.exe -w -t -B .\swfs\simple_viewer.swf   file.pdf

You find a batch file in the folder ..\converter\swftools\convertpdf.bat

 

It can be used as follows:

convertpdf  file    (without extension.pdf)

It converts the pdf file and adds a navigation button.