swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] Page wise conversion


From: info
Subject: [Swftools-common] Page wise conversion
Date: Mon, 31 Mar 2008 8:50:51 -0400
User-agent: RoundCube Webmail/0.1b

Hello


I have apache server on windows for testing, 
I am using following loop to convert pdf to separated swf for each page, 

$pagecount = 57;

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);
}


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.

what do I do wrong?


Thanks





reply via email to

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