Show HN: bindPDF.app - Combine multiple PDF files into a single file on macOS (github.com) 13 points by vishaltelangre 6y ago ↗ HN
[–] acranox 6y ago ↗ You can do this with Preview. [–] itake 6y ago ↗ Yep! Here is the how-to guide for those curious:https://support.apple.com/en-us/HT202945
[–] itake 6y ago ↗ Yep! Here is the how-to guide for those curious:https://support.apple.com/en-us/HT202945
[–] maliker 6y ago ↗ I've always been partial to `gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf`.gs is installable via homebrew.
[–] unqueued 6y ago ↗ 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).
4 comments
[ 5.4 ms ] story [ 22.0 ms ] threadhttps://support.apple.com/en-us/HT202945
gs is installable via homebrew.
It has a lot of actually really useful pdf slicing features, like alternate merge (for merging both sides of scanned documents into one).