Created
March 24, 2024 16:37
-
-
Save devodo/7e5e9910db0988a3fa831a9aef4662f6 to your computer and use it in GitHub Desktop.
Merge PDF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install pdftk | |
pdftk A=doc1.pdf B=doc2.pdf C=doc3.pdf cat A1-17 B1 A19-27 C1 output merged.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment