/Shrink-Pdf

Flask based PDF Shrinking (reduce size) Webapp according to given DPI, without logging your files or tracking of any kind.

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Pdf Shrinking Web App

A Webapp to shrink Pdf files based on:

A live version can be found here on Heroku: ShrinkPdf.
Update: Not Anymore.

The app deletes the files every hour automatically using a cron job. It's just a simple find and delete.

Credits :

  1. Special thanks to Alfred Klomp for writing the awesome script Shrinkpdf.sh

  2. Thanks to Tobias Ahlin for making css loading animations.

I would recommend hosting your own rather than using the version I mentioned above. OR host it on your local network and keep your data within :D

Using(Deploying)

Docker Compose

docker-compose -f docker-compose.prod.yml up -d --build

And that's basically it. The app will be available on localhost:1337. You change the port in the docker-compose.prod.yml file to host on port 80 or whatever.

Shrink All the Way !