[Poppler-bugs] [Bug 28789] New: pdftoppm padding of filenames

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 28 03:49:01 PDT 2010


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

           Summary: pdftoppm padding of filenames
           Product: poppler
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: medium
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: freedesktop at jhg.me.uk


This utility pads filenames in a conventional manner, like so:

page-1.ppm, page-2.ppm, page-3.ppm, ... page-9.ppm
page-01.ppm, page-02.ppm, page-03.ppm, ... page-99.ppm
page-001.ppm, page-002.ppm, page-003.ppm, ... page-100.ppm

However, when the file produces *exactly* 100 files, pdftoppm is inconsistent
and names outputted files like this:

page-01.ppm, page-02.ppm, page-03.ppm, ... page-99.ppm, page-100.ppm

This means that page-100.ppm becomes ordered before page-10.ppm in the command
line and when used in other places.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list