Skip to content

Instantly share code, notes, and snippets.

@ymollard
Last active July 24, 2021 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymollard/e5158df20efdf524c4e1244f965861ba to your computer and use it in GitHub Desktop.
Save ymollard/e5158df20efdf524c4e1244f965861ba to your computer and use it in GitHub Desktop.

Image to PDF

convert -density 300 in.jpeg out.pdf

Concat

sudo apt-get install pdftk
pdftk in1.pdf in2.pdf cat output out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment