PDF Split and Merge (pdfsam) is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them.
Installation:
Unzip the archive into a directory. Double click pdfsam-0.4.jar or open a console a type the command
java -jar /pathwhereyouunzipped/pdfsam-xx.jar
Product's homepage
Requirements:
· Java 2 Standard Edition Runtime Environment
What's New in This Release: [ read full changelog ]
· Console: added the -d option to the concat command to merge all the documents in an input directory
· Console: fixed bug #2540496 (unpack -d parameter)
· Console: added the chance to set a starting value for the [FILENUMBER] prefix (Ex. [FILENUMBER13] or [FILENUMBER###13])
· Added the VisualReorder plugin
· Added the VisualComposer plugin
· Optimized PdfLoader
· Merge, Mix: confirmation dialog if the output file already exists and the overwrite flag is false
· Java 1.6 required