software:macos:pdf-join
macOSターミナルでPDFを結合する
macOS のデフォルト機能で簡単に「PDF を結合する」Tips。
「ターミナル」アプリで join.py を実行
Python ファイル join.py
を実行すれば、簡単に PDF を結合できる。--output
オプションに結合する PDF 名を指定する。
$ '/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py' --output merged.pdf 1.pdf 2.pdf 3.pdf
参考
software/macos/pdf-join.txt · 最終更新: 2021/01/05 10:19 by yoko