org.pdfbox
Class PDFMerger

java.lang.Object
  extended byorg.pdfbox.PDFMerger

public class PDFMerger
extends Object

This is the main program that will take a list of pdf documents and merge them, saving the result in a new document.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary
PDFMerger()
           
 
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

PDFMerger

public PDFMerger()
Method Detail

main

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

Parameters:
args - Command line arguments, should be at least 3.
Throws:
Exception - If there is an error parsing the document.