IvyTools
General Category => General Discussion => Topic started 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:
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
-
Hello Peter,
Unfortunately IvyPdf cannot do any edits to Pdf documents. It can only read and extract data.
Regards,
Andrew - IvyTools support