Skip to content

mhn147/tinyPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyPDF is a lovely Panda that can mysteriously compress your PDF file.

A Simple jQuery and Flask application that uses GhostScript under the hood to compress PDF files.

Here is the GhostScript magic command:

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

Credits goes to Michael D response on this thread.