An application to read PDF documents. This will provide Acrobat Reader like functionality.
usage: java -jar pdfbox-app-x.y.z.jar PDFReader [PDF 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. |
| PDF file | string | none | the name of an optional PDF file to open |