pdfcat

OS X utility for concatenating PDF files

48
4
Swift

pdfcat

PDF concatenation utility for OS X

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

Building

Xcode

Requires Xcode 7.1 or higher. Open pdfcat.xcodeproj.

Command Line

Requires Xcode 7.2 and the Swift 2.2 development snapshot.

cd pdfcat
swift build

Binaries

Binaries for all tagged versions can be downloaded on the Releases page.

Contact

License

pdfcat is licensed under the MIT License. See LICENSE.md for more information.