An application to decompress PDF documents.
usage: java -jar pdfbox-app-x.y.z.jar WriteDecodedDoc <input-file> <output-file>
| Command Line Parameter | Type | Default Value | Description |
|---|---|---|---|
| -password <password> | string | None | The password to the PDF document. |
| -nonSeq | boolean | false | Use the new non sequential parser. |
| <input-file> | filename | None | The PDF file to decompress |
| <output-file> | filename | None | The destination PDF file |