Nix: Merge pdf files
You can use qpdf to merge pdf files into a single file as follow:
brew install qpdf # Install qpdf if necessary.
qpdf --empty --pages *.pdf -- out.pdf
Via SO.
You can use qpdf to merge pdf files into a single file as follow:
brew install qpdf # Install qpdf if necessary.
qpdf --empty --pages *.pdf -- out.pdf
Via SO.
Leave a comment