Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.07 KB

Readme.md

File metadata and controls

35 lines (18 loc) · 1.07 KB

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 !