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: Novice Programmer
Subject: Re: [Swftools-common] Page wise conversion
Date: Wed, 2 Apr 2008 04:05:41 +0530

Hello Mathias,

if that option is experiemental, can you suggest some stable thing to convert pdf page wise into swf?

Thanks.

On Tue, Apr 1, 2008 at 1:44 AM, Matthias Kramm <address@hidden> wrote:
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







--
Thanks & Regards,
Novice (http://ishuonweb.wordpress.com/).
reply via email to

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