tags:

views:

300

answers:

3

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
A: 

i have created pdf form to implement the same thing.

you can find reference & source code here

Pragnesh Patel
A: 

but this is form field i want to change table cell

ismail uzunok
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