|
Command line tool to join and split PDF files.
When you have to deal with joining several files it is much faster than using Adobe Acrobat. However, it will not join PDF files which have security enabled, it will generate an error. The code is actually from the iText project. I added a shell script and created an installer. To use the application, open a Terminal window and type joinPDF or splitPDF.
The structure of the command is as follows:
joinPDF destfile file1 file2 [file3 ...] (This tools needs at least 3 parameters)
splitPDF srcfile destfile1 destfile2 pagenumber
splitPDF srcfile (every page going to a new PDF document)
The only requirement is a Java Runtime Environment (JRE)
|