public class Console extends Object
Usage:
java -cp path/to/PDFxStream.jar com.snowtide.pdf.Console --text [pdfFile] [optional output path]
If an output path is not provided, extracted text will be written to stdout.
java -cp path/to/PDFxStream.jar com.snowtide.pdf.Console --images [pdfFile] [optional root output path]
If an output path is not provided, extracted images will be written to a directory in the same directory as pdfFile, distinguished with a .images suffix.
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
public static void main(String[] args)