Issue
Goal: build a command line script that would bates-stamp pdf files.
What libraries (preferably python for use across Windows / MacOS / Ubuntu) would form a good starting point?
Solution
Doing stuff like that in Python isn’t supported very well. You might be able to do it with PyPDF. Here’s a link to a script that has an example of sorts:
You might find the following useful as well:
- http://mail.python.org/pipermail/python-list/2012-May/623756.html
- Generating & Merging PDF Files in Python
Answered By – Mike Driscoll
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0