Hi Pythoneers,
I had an idea to write a python script that compresses PDF maps to save on disk space. The idea being that if it is convenient for a user to compress their PDFs, they are more likely to do so as opposed to using the Adobe manual functions.
After struggling with writing a script I realized that it was beyond of my current programming ability. Instead of ditching the idea, perhaps someone wants to take up the challenge.
The functionality should include the following:
- compress PDFs in a folder that a user selects and recursively compress all PDFs in a work area. It should probably just probably just be limited (??) to map PDFs that can be recreated if it screwed up.
- deletes any uncompress versions
- should compress multi-page PDFs
- other?
Some references that I found:
Thanks
Lew