Hacker News new | ask | show | jobs
Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS (github.com)
13 points by vishaltelangre 2447 days ago
3 comments

You can do this with Preview.
Yep! Here is the how-to guide for those curious:

https://support.apple.com/en-us/HT202945

I've always been partial to `gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf`.

gs is installable via homebrew.

If 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).