Actually, the issue is not only these traces. The real issue is that I
have a blank image when I try to render the document.
On 19/01/2015 12:39, Kevin Morin wrote:
Hi,
I am using the 2.0 snapshot version to images of pdfs, but on some
documents, I have the following error when I call PDDocument.load(file):
2015/01/19 12:32:48 ERROR
(org.apache.pdfbox.pdfparser.NonSequentialPDFParser:1864) - Can't find
the object 7 0 (origin offset 359138)
2015/01/19 12:32:48 ERROR
(org.apache.pdfbox.contentstream.PDFStreamEngine:840) - Missing XObject:
Im1
I first had it a few days ago (I did not report it, shame on me) but the
error did not occur when I called the loadLegacy method on PDDocument.
But the loadLegacy method is not available anymore...
The issue happens on Windows (works fine on Debian).
Thanks fo your help
Kevin