Skip to content

Instantly share code, notes, and snippets.

@ilopmar
Last active July 1, 2018 11:48
Show Gist options
  • Save ilopmar/2d1828577493125a1bb8106634691082 to your computer and use it in GitHub Desktop.
Save ilopmar/2d1828577493125a1bb8106634691082 to your computer and use it in GitHub Desktop.
Reduce pdf size
#!/bin/bash
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment