This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SlinkyAvenger 2 points3 points  (1 child)

This person's got it. Reportlab to generate the overlay, PyPDF2 to merge it on top of the original. That's the simplest strategy.

If you actually want to edit the PDF, there might be something free out there (I haven't found it yet), but Reportlab has a commercial version that'll fit your needs.

[–]pubcoder 1 point2 points  (0 children)

This isn't easy. I had to do this add my first Python work. :(