Update existing pdf with C#
Posted
by Prashant
on Stack Overflow
See other posts from Stack Overflow
or by Prashant
Published on 2010-05-20T19:26:07Z
Indexed on
2010/05/20
19:30 UTC
Read the original article
Hit count: 165
pdfparser
I have an existing pdf file which needs to be updated with information which varies with each client. There are around 50 clients. I have to update the pdf with these. How can I acheive the same in C#. The pdf has to be shown in the browser (only IE) Is there a third party dll which could be used, which would parse the pdf. Then write to the pdf.
© Stack Overflow or respective owner