[Poppler-bugs] [Bug 103873] New: pdfunite introduces syntax error / illegal characters (as per pdfinfo)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 23 22:29:55 UTC 2017


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

            Bug ID: 103873
           Summary: pdfunite introduces syntax error / illegal characters
                    (as per pdfinfo)
           Product: poppler
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: utils
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: tom.ty89 at gmail.com

Created attachment 135691
  --> https://bugs.freedesktop.org/attachment.cgi?id=135691&action=edit
Source file

I split the attached pdf with `pdfseparate`. If I then merge some of the
resulted files again with `pdfunite`, "Syntax Error" / "Illegal character"(s)
are found by `pdfinfo` on the resulted files. The problem could be triggered by
page 2 and 3, other pages seem fine.

Version: 0.61.1
Steps to reproduce:
$ pdfinfo pst-book-gog.pdf >/dev/null
$ mkdir sep uni
$ cd sep/
$ pdfseparate -f 2 -l 3 ../pst-book-gog.pdf %03d.pdf
$ pdfinfo 002.pdf >/dev/null
$ pdfinfo 003.pdf >/dev/null
$ cd ../uni/
$ pdfunite ../sep/002.pdf 002.pdf
$ pdfunite ../sep/003.pdf 003.pdf
$ pdfinfo 002.pdf >/dev/null
Syntax Error (69): Illegal character '}'
Syntax Error (70): Illegal character '}'
Syntax Error (79): Illegal character '>'
$ pdfinfo 003.pdf >/dev/null
Syntax Error (120): Illegal character '{'

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


More information about the Poppler-bugs mailing list