Hi,

Am 11.12.2012 20:14, schrieb Johan G:
Oops, trying again but with Q's to start my questions just in case. --- Maruan, 
thank you. Re: a) Fast Web View / Linearization .... you can look up the 
existence of a linearization parameter dictionary which must exist within the 
first 1024 bytes of the pdf. Q: Any further help for how to code that would be 
deeply appreciated. Re: b) Compressed stream objects ... PDFBox does deal with 
compressed stream objects just fine.. (no indicator is set) if a compressed 
stream object is encountered. Q: And for this too please, anyone? Can you 
somehow parse and then set your own flag if you encounter a compressed stream 
object during that parsing? I have spent time looking for code examples and 
have also tried some code snippets. But have not yet been able to accomplish 
either of the above and may be well off onto the wrong track. Thanks again for 
any consideration. Johan in Seattle ----- Original Message -----
| From: "Andreas Lehmkuehler"
| Hi,
| your reply was hard to read as any formating was missing ...

Your reply still doesn't contain any line breaks ...hard to read

Here is my former answer:

For every compressed stream one or more filters (FlateFilter, DCTFilter ec.) are defined, see [1]. [2] demonstrates how to remove all filters.

BR
Andreas Lehmkühler

[1] http://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDStream.java [2] http://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/WriteDecodedDoc.java

Reply via email to