On Fri, Nov 14, 2008 at 11:34:33AM -0600, Douglas Miller <[EMAIL PROTECTED]> 
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