Am 04.03.2014 15:03, schrieb sketh24:
Mar 3, 2014 4:24:24 PM org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectImage getColorSpace INFO: About to return NULL from unhandled branch. filter = COSName{DCTDecode}When opened in Acrobat, the resulting PDF file displays the message: "An error exists on this page. Acrobat may not display the page correctly."
This looks like two problems: 1) Your file is broken 2) The released version does not support DCT. https://issues.apache.org/jira/browse/PDFBOX-52 The unreleased 2.0 version does. You can get it with svn. Tilman

