i have a pdf file i want to change a table cell data by itextsharp is there any way
A:
I don't know how to modify an existing PDF using iTextSharp, but when I had a requirement like that in the past I used Adobe's FDF (Form Data Format) Toolkit to open an existing PDF document and set values for form fields within the document. The end result was a dynamically populated PDF with a highly polished appearance. Unfortunately, the data only saves if the end user has the full acrobat - otherwise they can only print it.
Mayo
2009-11-13 13:31:28
A:
i have created pdf form to implement the same thing.
you can find reference & source code here
Pragnesh Patel
2009-11-13 13:42:40
If you do find the answer you are looking for, be sure to post it here as that will help others with the same question in the future. Best of luck to you!
Mayo
2009-11-13 15:04:54