Skip to content

Instantly share code, notes, and snippets.

@amoilanen
Created July 21, 2021 20:49
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 amoilanen/6d20cbd8949b562a81c1f5af5fffc2d7 to your computer and use it in GitHub Desktop.
Save amoilanen/6d20cbd8949b562a81c1f5af5fffc2d7 to your computer and use it in GitHub Desktop.
Create a book PDF from page image scans on Linux
#!/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