[Poppler-bugs] [Bug 50914] pdfseparate - error checking for destFileName precludes use of valuable sprintf options

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 16 11:21:56 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=50914

--- Comment #2 from Daniel Kahn Gillmor <dkg at fifthhorseman.net> ---
Created attachment 85930
  --> https://bugs.freedesktop.org/attachment.cgi?id=85930&action=edit
allow zero-padded pagespecs

This is a pretty dumb patch that enables the use of %01d, %02d, ... up to %09d.
 If you have a billion-page PDF it won't let you zero-pad it properly :P

It doesn't change the current default non-zero-padded behavior of %d (i don't
know if anyone is relying on that) and it doesn't auto-detect what the size of
the zero-padding should be.

The patch was written to apply to 0.22-5, i think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130916/3678416d/attachment.html>


More information about the Poppler-bugs mailing list