Is there a way to replace a text in a PDF file with itextsharp?
Posted
by AndreMiranda
on Stack Overflow
See other posts from Stack Overflow
or by AndreMiranda
Published on 2009-04-27T20:05:50Z
Indexed on
2010/03/24
15:13 UTC
Read the original article
Hit count: 475
itextsharp
|c#
Hi!
I'm using itextsharp to generate the PDFs, but I need to change some text dynamically. I know that it's possible to change if there's any AcroField, but my PDF doen's have any of it. It just has some pure texts and I need to change some of them.
Does anyone know how to do it?
Thanks in advance!
© Stack Overflow or respective owner