Reputation: 112
I'd like to read through a PDF to locate a certain keyword, in this case something like [SIGNATURE]. Then, I'd like to replace [SIGNATURE] with an image of someone's signature and save this new version of the document as a new PDF. Is this possible using C#? Since many different document types might be used, it's not possible for me to just hard code a position for the signature.
Upvotes: 0
Views: 384
Reputation: 1950
Use iTextSharp. Failing that, you're looking at trying to manage this with Crystal Reports, which is no fun for anyone.
Upvotes: 2