C:\swftools\pdf2swf -s fontquality=100 -j100 -f -s multiply=2 -s poly2bitmap -s zoom=100 G:\wwwrootdemo\pdf2swf\pdfdoctex.pdf -o G:\wwwrootdemo\pdf2swf\sample%.swf
Remove backslash before % sign. You escaped that. Now try ~Gorav http://www.kgsepg.com On Tue, Jul 5, 2011 at 5:28 PM, Its Me For Testing <[email protected]>wrote: > Dear All, > > I am trying to convert pdf file to separate swf file via PHP using windows > server 2003 and IIS6. I am unable to convert separate files. In the > following command its save as %.swf. > > C:\swftools\pdf2swf -s fontquality=100 -j100 -f -s multiply=2 -s > poly2bitmap -s zoom=100 G:\wwwrootdemo\pdf2swf\pdfdoctex.pdf -o > G:\wwwrootdemo\pdf2swf\sample\%.swf > > Kindly help me to overcome this. > > P.S: I tried to use system command but its does not work. So I used com > object using shell $WshShell = new COM("WScript.Shell");$oExec = > $WshShell->Run("cmd /C $cmd ", 0, true); > > Thanks in advance > > Karthik, > -- Be the change U want to see in the world...
