Try with this code, C:\swftools\pdf2swf -s fontquality=100 -j100 -f -s multiply=2 -s poly2bitmap -s zoom=100 -p(pagenumber) G:\wwwrootdemo\pdf2swf\pdfdoctex.pdf -o G:\wwwrootdemo\pdf2swf\sample\%.swf eg: C:\swftools\pdf2swf -s fontquality=100 -j100 -f -s multiply=2 -s poly2bitmap -s zoom=100 -p1 G:\wwwrootdemo\pdf2swf\pdfdoctex.pdf -o G:\wwwrootdemo\pdf2swf\sample\%.swf --> This code will convert first page of the given PDF. Regards,Balaji Date: Thu, 7 Jul 2011 11:34:05 +0530 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [Swftools-common] Fwd: PDF2SWF PDF to separate SWF files
Dear Chris,Thanks for your comment. In this code we are running latest SWFtools in windows 2003 and IIS6. Its have proper write permission. This code convert as single %.swf instead of separate swf. On 6 July 2011 11:40, Chris Pugh <[email protected]> wrote: Help us to help you.. define the issue you are experiencing with a litle more clarity! ;o) Meantime I'll hazard a wild guess: the converted file is not being written to disk? Check that the web serveer has write access! Regards, Chris. >On Wed, 6 Jul 2011 08:48:37 +0530 >Its Me For Testing <itsme4ou ar having more [email protected]> wrote: > Dear All. > > Kindly help me out of below problem guys. > > Thanks in advance > > > Dear All, > > I am trying to convert pdf file telp!o 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, -- Chris Pugh <[email protected]>
