org.pdfbox
Class PDFSplit

java.lang.Object
  extended byorg.pdfbox.PDFSplit

public class PDFSplit
extends Object

This is the main program that will take a pdf document and split it into a number of other documents.

Version:
$Revision: 1.6 $
Author:
Ben Litchfield

Constructor Summary
PDFSplit()
           
 
Method Summary
static void main(String[] args)
          Infamous main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFSplit

public PDFSplit()
Method Detail

main

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

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