[Poppler-bugs] [Bug 58669] New: pdfunite fails to merge many files (over 250 or so?).

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 22 21:09:28 PST 2012


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

          Priority: medium
            Bug ID: 58669
          Assignee: poppler-bugs at lists.freedesktop.org
           Summary: pdfunite fails to merge many files (over 250 or so?).
          Severity: normal
    Classification: Unclassified
                OS: Mac OS X (All)
          Reporter: kabeya at ss.iij4u.or.jp
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: utils
           Product: poppler

pdfunite tmp000.pdf tmp001.pdf tmp002.pdf .... tmp253.pdf tmp254.pdf output.pdf

Ver. 0.20.5 on Mac OS X (10.7), it fails when 253 input files.

1. pdfunite.cc opens all input files at once, and merge them. Too many open
files.
No need to keep input files open?

2. In PDFDoc constructor, format string (arg no.) is wrong.

line 156.
    error(errIO, -1, "Couldn't open file '{0:t}': {0:s}.", fileName,
strerror(errno));

must be.

    error(errIO, -1, "Couldn't open file '{0:t}': {1:s}.", fileName,
strerror(errno));

-- 
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/20121223/40092245/attachment.html>


More information about the Poppler-bugs mailing list