Package org.apache.pdfbox.tools
Class PDFMerger
java.lang.Object
org.apache.pdfbox.tools.PDFMerger
This is the main program that will take a list of pdf documents and merge them,
saving the result in a new document.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDFMerger
private PDFMerger()
-
-
Method Details
-
main
Infamous main method.- Parameters:
args
- Command line arguments, should be at least 3.- Throws:
IOException
- If there is an error parsing the document.
-
merge
- Throws:
IOException
-
usage
private static void usage()This will print the usage requirements and exit.
-