'Is there a way in python to edit only certain selected text in a pdf keeping all the other contents and layout unaffected?
I want to be able to change the text in a pdf file (For Example : [email protected] to [email protected]), keeping the other contents and format of the pdf file unchanged. I tried using pdfrw (something based on https://github.com/pmaupin/pdfrw/blob/master/examples/fancy_watermark.py ) but am only able to add a watermark on the page. This watermark does not completely hide the objects under it. So I'm looking for some other methods to do the same. Is there any way to do it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
