I forgot about that one but have added it now, so it will be in 1.8.5.
The reason is that colors are done differently in the 2.0 version.
Tilman
Am 04.03.2014 19:35, schrieb Steven M Burg:
How can the released version support JPEG files but not support DCT?
Isn't DCT the form of compression used in all JPGs?
On 3/4/2014 11:45 AM, Tilman Hausherr wrote:
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