Created
          June 24, 2018 08:05 
        
      - 
      
- 
        Save hitautodestruct/1f576950a122e12ea92f2e240eadeea5 to your computer and use it in GitHub Desktop. 
    Reduce pdf file size on linux/osx cli
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # !/bin/sh | |
| # Possible values are: /screen, /ebook, /printer, /prepress | |
| # https://www.techwalla.com/articles/reduce-pdf-file-size-linux | |
| gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -sOutputFile=output.pdf top-decor-prospect.pdf | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment