PDF2SWF
From MegaZine3
| This page or section should be expanded. Please contribute! |
|
|
See: Using pdf2megazine.bat |
PDF2SWF is a free tool provided by SWFTools to convert pdf pages into swf equivalents that can then be used in MegaZine3.
[edit] File variations
A shortcut for automatically creating .swf files from .pdf files is to create the following batch file to simply drag the .pdf file ontoit .swf pages will be generated in the directory of the original .pdf.
@echo off set /p input=How many pages? For %%a in (%1) do pdf2megazine.bat "%%~fa" "page" %input%