This application takes 4 pdf-files and merge them into on large concatenated.pdf file.
Standalone: To run the standalone version, do the following:
- Run mvn assembly:assembly
- Goto \target\itextmerger-1.0-SNAPSHOT-standalone
- Run runlocal.bat
Result: A concatenated.pdf will be created in \target\itextmerger-1.0-SNAPSHOT-standalone based on the 4 files under \target\itextmerger-1.0-SNAPSHOT-standalone\pdfsToBeMerged
Eclipse project: To run the eclipse project version, do the following:
- Start eclipse
- Import this project with "Existing Projects into Workspace"
- Then run PdfMerger.java