Skip to content

Instantly share code, notes, and snippets.

@stealthbomber10
Created May 12, 2020 22:45
Show Gist options
  • Save stealthbomber10/eeeaf76b9ce2d3a614fd9ad4b1f51d4f to your computer and use it in GitHub Desktop.
Save stealthbomber10/eeeaf76b9ce2d3a614fd9ad4b1f51d4f to your computer and use it in GitHub Desktop.
Make your PDF look scanned
convert -density 150 input.pdf -colorspace gray -linear-stretch 3.5%x10% -blur 0x0.5 -attenuate 0.25 +noise Gaussian -rotate 0.5 temp.pdf
gs -dSAFER -dBATCH -dNOPAUSE -dNOCACHE -sDEVICE=pdfwrite -sColorConversionStrategy=LeaveColorUnchanged dAutoFilterColorImages=true -dAutoFilterGrayImages=true -dDownsampleMonoImages=true -dDownsampleGrayImages=true -dDownsampleColorImages=true -sOutputFile=output.pdf temp.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment