Created
November 7, 2017 16:58
-
-
Save isaqueprofeta/bf1c60ea3b80f88de552fd8b06a1eb6f to your computer and use it in GitHub Desktop.
Pdftk to unite all files in a folder
This file contains 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
#!/bin/bash | |
pdftk *.pdf cat output combined.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment