IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Author Topic: Search and Replace Text  (Read 695 times)

Peter

  • Jr. Member
  • **
  • Posts: 1
    • View Profile
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
Logged

admin

  • Administrator
  • Full Member
  • *****
  • Posts: 33
    • View Profile
Re: Search and Replace Text
« Reply #1 on: January 28, 2024, 09:12:17 PM »

Hello Peter,

Unfortunately IvyPdf cannot do any edits to Pdf documents. It can only read and extract data.

Regards,
Andrew - IvyTools support
Logged