IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Peter

Pages: [1]
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:

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

Pages: [1]