- All Implemented Interfaces:
Callable<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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
PDFMerger
public PDFMerger()
Constructor.
-
Method Details
-
main
public static void main(String[] args)
Infamous main method.
- Parameters:
args - Command line arguments, should be at least 3.
-