Dear All.
Kindly help me out of below problem guys.
Thanks in advance
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,