IvyTools

General Category => General Discussion => Topic started by: Peter on October 18, 2023, 10:30:39 AM

Title: Search and Replace Text
Post by: Peter 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
Title: Re: Search and Replace Text
Post by: admin 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