swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Page number output using one file per page


From: Matthias Kramm
Subject: Re: [Swftools-common] Page number output using one file per page
Date: Fri, 14 Nov 2008 22:19:30 +0100
User-agent: Mutt/1.5.6i

On Fri, Nov 14, 2008 at 11:34:33AM -0600, Douglas Miller <address@hidden> wrote:
> This is all fine and dandy until I have a 200 page pdf that I need to run
> through pdf2swf in batches due to the 65535 shape limit. This means that I
> have to run pages 1-20 first, then 21-40, and so on. The problem is that
> when I run the second page range (21-40) the output files start coming out
> as output1.swf instead of output 21.swf.
> 
> I managed to remedy this problem by changing the original source in
> pdf2swc.c from CVS at line 828: sprintf(buf, outputname,
> one_file_per_page++);  to: sprintf(buf, outputname, pagenr);

Good idea. I'll change CVS, too.

Greetings

Matthias






reply via email to

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