Created
July 21, 2021 20:49
-
-
Save amoilanen/6d20cbd8949b562a81c1f5af5fffc2d7 to your computer and use it in GitHub Desktop.
Create a book PDF from page image scans on Linux
This file contains hidden or 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 | |
mogrify -quality 30 *.JPG | |
img2pdf *.JPG --output book.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment