/PdfCompressor

Compress PDF

Primary LanguagePython

What ?

  • As the name suggests it compresses a pdf file using pdfcompressor.com
  • I have used multiprocessing library to execute daemon in one thread and compresssion part in another thread.
  • the daemon is closed after the work is done automatically.

RUN

  • First start the tor browser else you will get err
  • check the working of the this repo in main.py.

Dependencies

  • Dowload tor from here
  • Selenium
  • watchdog
  • multiprocessing