Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 359 Bytes

File metadata and controls

8 lines (8 loc) · 359 Bytes

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.