On Tue, Nov 18, 2008 at 06:40:19PM +0530, Rajesh K. <[EMAIL PROTECTED]> wrote: > I have used pdf2swf to create swf files from the pdf file.I am using > latest snap shot > version(swftools-2008-11-12-0905.rar<http://www.swftools.org/swftools-2008-11-12-0905.rar> > ) .My requirement is to generate swf files with text in the pdf files > remains vector and other things(like images) remains as scalar in the > resulting swf file. I used following command to do the task. > > Pdf2swf -o page.swf testbookgen.pdf -p 1 -s jpegquality=70 -s zoom=150 -O1
If you want vector graphics to remain scalar, don't use the "-O1" option. > I got the desired output. But the time taken to process file is > concerned me. It took around 15 - 20 seconds to process a single page > in the pdf. The PDF example you attached took only 3 seconds on my laptop (a Pentium M 2.00GHz). Could you send me a PDF where you experience that 15-20 conversion time per page? My email is [EMAIL PROTECTED] Greetings Matthias
