Created
August 12, 2024 17:49
-
-
Save sirgallifrey/5e8d3b3dc244c558ab4787990d2feb1c to your computer and use it in GitHub Desktop.
Pdf cli tricks
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
## 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