OS X utility for concatenating PDF files
pdfcat
is a simple utility for concatenating PDF files. It is built on the PDF parsing capabilities of CoreGraphics
, so it requires no additional dependencies.
usage: pdfcat file1 file2 ... output_file
Requires Xcode 7.1 or higher. Open pdfcat.xcodeproj
.
Requires Xcode 7.2 and the Swift 2.2 development snapshot.
cd pdfcat
swift build
Binaries for all tagged versions can be downloaded on the Releases page.
pdfcat
is licensed under the MIT License. See LICENSE.md
for more information.