Skip to content

Instantly share code, notes, and snippets.

@choffstein
Created December 21, 2020 18:42
Show Gist options
  • Save choffstein/417e6d3a6bbd1296d152e6fc5eac5e1f to your computer and use it in GitHub Desktop.
Save choffstein/417e6d3a6bbd1296d152e6fc5eac5e1f to your computer and use it in GitHub Desktop.
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