Skip to content

Latest commit

 

History

History

pdf-compressor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • To compress bert-paper.pdf file:
    $ python pdf_compressor.py bert-paper.pdf bert-paper-min.pdf
    
    This will spawn a new compressed PDF file under the name bert-paper-min.pdf.