[
https://issues.apache.org/jira/browse/PDFBOX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler updated PDFBOX-462:
--------------------------------------
Attachment: PDFBOX462-P07373871.png
PDFBOX462-P0737387.ps.gz
I've converted your pdf to an image and printed it to a ps-file without any
problems.
Please try to load your pdf with PDDocument.load(inputstream) and not directly
with the parser class.
> Problems parsing a PDF
> ----------------------
>
> Key: PDFBOX-462
> URL: https://issues.apache.org/jira/browse/PDFBOX-462
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Environment: Latest version from svn, Windows XP 64, IntelliJ Idea
> 8.0.1
> Reporter: Georg Datterl
> Attachments: P0737387.pdf, PDFBOX462-P0737387.ps.gz,
> PDFBOX462-P07373871.png
>
>
> I have a PDF file which I want to load using PDFParser.load(InputStream,
> null), but some way through the parsing process BaseParser.parseDirObject()
> throws an IOException("expected false actual='fa'"). I downloaded the latest
> source code for the class and in line 871 indeed the string "false" is
> expected, but "fa" followed by three empty bytes is received.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.