Skip to content

Instantly share code, notes, and snippets.

@sirgallifrey
Created August 12, 2024 17:49
Show Gist options
  • Save sirgallifrey/5e8d3b3dc244c558ab4787990d2feb1c to your computer and use it in GitHub Desktop.
Save sirgallifrey/5e8d3b3dc244c558ab4787990d2feb1c to your computer and use it in GitHub Desktop.
Pdf cli tricks
## Images to PDF
convert XXXX* -quality 80 XXXX.pdf
## Images to PDF
convert XXXX* -quality 80 -page a4 XXXX.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment