Package org.apache.pdfbox.tools
Class PDFMerger
- java.lang.Object
-
- org.apache.pdfbox.tools.PDFMerger
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public final class PDFMerger extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Integer>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 Constructor Description PDFMerger()Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercall()static voidmain(java.lang.String[] args)Infamous main method.
-