org.pdfbox
Class ExtractText

java.lang.Object
  extended by org.pdfbox.ExtractText

public class ExtractText
extends java.lang.Object

This is the main program that simply parses the pdf document and transforms it into text.

Version:
$Revision: 1.14 $
Author:
Ben Litchfield

Field Summary
static java.lang.String DEFAULT_ENCODING
          This is the default encoding of the text to be output.
 
Method Summary
static void main(java.lang.String[] args)
          Infamous main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ENCODING

public static final java.lang.String DEFAULT_ENCODING
This is the default encoding of the text to be output.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Infamous main method.

Parameters:
args - Command line arguments, should be one and a reference to a file.
Throws:
java.lang.Exception - If there is an error parsing the document.