PDF Joiner is a command-line utility designed to simplify the process of merging multiple PDF files into a single document on macOS. By leveraging the native macOS PDF joining utility, it provides a seamless experience for users, ensuring efficient and hassle-free file management.
PDF Joiner is a straightforward command-line utility designed for macOS users, aimed at combining multiple PDF files into a single document effortlessly. Leveraging the built-in macOS PDF joining capabilities, it provides a seamless experience for managing PDF files without the need for additional software.
The basic command structure for joining PDFs is:
pdf-joiner [-o output.pdf] file1.pdf file2.pdf [file3.pdf ...]
-o option allows users to specify the output file path. If not provided, the output defaults to a timestamped filename in the current directory.pdf-joiner file1.pdf file2.pdf
pdf-joiner -o merged.pdf file1.pdf file2.pdf file3.pdf
pdf-joiner -o merged.pdf /path/to/directory/*.pdf
The project supports testing, universal builds for various architectures, and cleanup operations to maintain the environment. To run tests, use:
make test
For building on both Intel and Apple Silicon Macs, the command is:
make build-universal-darwin
PDF Joiner simplifies the process of merging PDF files on macOS, providing a reliable and efficient tool for users needing to consolidate documents.
No comments yet.
Sign in to be the first to comment.