Subject: | Cannot import some PDFs |
I ran this command to extract a single page from a PDF file:
$ perl -MPDF::Reuse -e 'prFile("out.pdf"); prSinglePage("4pages.pdf", 1); prEnd();'
Attached are the input file (4pages.pdf) and the output file (out.pdf). The output file is corrupt. It seems PDF::Reuse cannot handle PDFs that use line breaks that way. I haven’t got to the bottom of it.
Subject: | 4pages.pdf |
Message body not shown because it is not plain text.
Subject: | out.pdf |
Message body not shown because it is not plain text.