Created
May 19, 2018 08:30
-
-
Save pavlov99/c5df033e0a35a36f969a3b72f974b500 to your computer and use it in GitHub Desktop.
Combine multiple PDF files into one with dockerized PDFtk
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
docker run -v "$(pwd)":/work mnuessler/pdftk *.pdf cat output combined.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment