Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS
1–5 of 5 posts
Re: Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS
#2You can do this with Preview.
Re: Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS
#3You can do this with Preview.
Yep! Here is the how-to guide for those curious:
Re: Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS
#4I've always been partial to `gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf`.
gs is installable via homebrew.
Re: Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS
#5If this interests you, I would suggest PDFsam.
It has a lot of actually really useful pdf slicing features, like alternate merge (for merging both sides of scanned documents into one).