Package org.apache.pdfbox.tools
Class DecompressObjectstreams
- java.lang.Object
-
- org.apache.pdfbox.tools.DecompressObjectstreams
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public final class DecompressObjectstreams extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Integer>This program will just save the loaded pdf without any changes. As PDFBox doesn't support writing compressed object streams those streams are stripped and will be gone in the resulting file. This is very helpful when trying to debug problems as it'll make it possible to easily look through a PDF using a text editor. It also exposes problems which stem from objects inside object streams overwriting other objects.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Fileinfileprivate java.io.Fileoutfileprivate java.io.PrintStreamSYSERR(package private) booleanusageHelpRequested
-
Constructor Summary
Constructors Constructor Description DecompressObjectstreams()Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercall()static voidmain(java.lang.String[] args)This is the entry point for the application.
-