Skip to content

Instantly share code, notes, and snippets.

@isaqueprofeta
Created November 7, 2017 16:58
Show Gist options
  • Save isaqueprofeta/bf1c60ea3b80f88de552fd8b06a1eb6f to your computer and use it in GitHub Desktop.
Save isaqueprofeta/bf1c60ea3b80f88de552fd8b06a1eb6f to your computer and use it in GitHub Desktop.
Pdftk to unite all files in a folder
#!/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