Please download PowerPoint Converter from following URL,
http://www.verydoc.com/verydoc_pptconverter.exe
after you installed PowerPoint Converter product, please run following command lines to batch convert all of your PPT files to PDF or SWF files at one time,
FOR /D %F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%F" "%~nF.pdf"
FOR /D %F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%F" "%~nF.swf"
If you wish include above command lines into a .bat file, you need use "%%" to replace "%" character, because "%" is a reserved keyword in .bat file, for example,
FOR /D %%F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%%F" "%%~nF.pdf"
FOR /D %%F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%%F" "%%~nF.swf"
Above command lines can batch convert all of your PPT files to PDF or SWF files quickly.
Related Posts
Related posts:
Convert PowerPoint files to AS2 or AS3 Flash SWF files
pptconv problems
Lost Program of PPT2FLASH
How to call pptconv.exe from PHP source code?
How to register VeryPDF command line software?
How to call pptconv.exe from C#?
How to batch convert PowerPoint to SWF?
How to retain animation effect when converting PPT to SWF