Skip to content

Instantly share code, notes, and snippets.

@jcoffland
Last active February 28, 2025 17:50
Show Gist options
  • Save jcoffland/4b8268c1bc5d9c6d5c8ecbd4fec0882e to your computer and use it in GitHub Desktop.
Save jcoffland/4b8268c1bc5d9c6d5c8ecbd4fec0882e to your computer and use it in GitHub Desktop.
Reduce size and improve contrast of PDF containing scanned document images
convert -compress jpeg -quality 70 -density 300 -colorspace gray -normalize -define pdf:fit-page=a4 input.pdf output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment