swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Page wise conversion


From: Matthias Kramm
Subject: Re: [Swftools-common] Page wise conversion
Date: Mon, 31 Mar 2008 22:14:32 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Mar 31, 2008 at 08:50:51AM -0400, address@hidden <address@hidden> wrote:
> for(&page = 1; $page<= $pagecount; $page++){
> exec('pdf2swf -s flatten -s jpegquality=90 -s jpegdpi=150 -s  insertstop -s 
> languagedir=xpdf-greek -p '.$page.' test.pdf -o page'.$page.'.swf', $status);
> }

Is "-s flatten" supposed to be "--flatten"?

Be careful with that option- it's still experimental and highly
unstable.

> but it does not converts all of the pages, the pdf file has 57 pages
> and it stops sometimes into page 7 sometimes 13 or something like
> this.

Well, what's the error message due to which it's stopping? Since the
process is running in an exec(), problems with pdf2swf itself shouldn't
influence whether or not the loop breaks.

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]