If we want to convert a PPT (Powerpoint presentation file) into SWF we can use this system command
system("java -jar /opt/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar " +pptpath+" "+ppt_convert)
where pptpath is the path where PPT file is stored
and ppt_convert is the path where we want to store SWF file
Note: For this command to run we required jodconverter-cli-2.2.2.jar
0 Comment(s)