TexasDev7062
TexasDev7062

Reputation: 112

Replace text in a PDF with an image

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

Answers (1)

CDove
CDove

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

Related Questions