A Webapp to shrink Pdf files based on:
- Backend: Flask & Shrinkpdf.sh
- Frontend: Bulma
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 :
-
Special thanks to Alfred Klomp for writing the awesome script Shrinkpdf.sh
-
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
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 !