Hi, Gesendet: Fr, 03. Dez 2010 Von: Adam Nichols (JIRA)<[email protected]>
> > It's very difficult to try to debug PDFs which have object streams because > it's not possible to trace through the PDF in a text editor. Using some > utilities like pdftk may fix additional problems which you are trying to > debug. This task is to add a small program which will just decompress all > the object streams into normal objects. This will not fix any problems with > conforming PDF, it just makes things easier to debug. It may fix problems > with non-conforming PDFs which have duplicate object IDs with the same > revision as the first object will be overwritten by subsequent versions. How about using WriteDecodedDoc [1] ?? BR Andreas Lehmkühler http://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/WriteDecodedDoc.java
