Skip to content

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

License

Notifications You must be signed in to change notification settings

anti-mony/Shrink-Pdf

Repository files navigation

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 !

About

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

Topics

Resources

License

Stars

Watchers

Forks