Hello,
Is it possible to change a text in a PDF? If so, how?
With this I can already find the text:
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