1
General Discussion / Search and Replace Text
« on: October 18, 2023, 10:30:39 AM »
Hello,
Is it possible to change a text in a PDF? If so, how?
With this I can already find the text:
Now I should only be able to change the text.
Thanks in advance & greetings ... Peter
Is it possible to change a text in a PDF? If so, how?
With this I can already find the text:
Code: [Select]
p.Reset()
.Find("FirstMarker")
.Find("SecondMarker")
.Find("ThirdMarker")
.Right().Text;
Now I should only be able to change the text.
Thanks in advance & greetings ... Peter