org.pdfbox
Class ExtractText
public class ExtractText
extends java.lang.Object
This is the main program that simply parses the pdf document and transforms it
into text.
static String | DEFAULT_ENCODING - This is the default encoding of the text to be output.
|
static void | main(String[] args) - Infamous main method.
|
DEFAULT_ENCODING
public static final String DEFAULT_ENCODING
This is the default encoding of the text to be output.
main
public static void main(String[] args)
throws Exception
Infamous main method.
args
- Command line arguments, should be one and a reference to a file.