macOS のデフォルト機能で簡単に「PDF を結合する」Tips。
Python ファイル join.py を実行すれば、簡単に PDF を結合できる。--output オプションに結合する PDF 名を指定する。
join.py
--output
$ '/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py' --output merged.pdf 1.pdf 2.pdf 3.pdf