views:

120

answers:

3

Hi,
I am working on a project and I need to insert data into specified fields in an editabble pdf file using a C# program.

I am not very familiar with editable pdf files and programatically modifing field data using C#.
Does anyone know of any C# open-source APIs available in .net for filling Editable pdf files?

thanks
nRk

+1  A: 

iTextSharp is a .NET library that among other features allows you to fill pdf forms.

Darin Dimitrov
Hi Darin , thanks. i will check it..
nRk
+1  A: 

I think editable pdf files means form data pdf. For this, you need to use Adobe FDF toolkit. See following:
http://redgoose.ca/blog/adobe-fdf-tookit-with-c-net

Brij
Thanks Brij, I will go through the site..
nRk
A: 

i dont think PDF is editable.you can only convert it into other editable format files. you can try simpo pdf to word or simpo pdf to text, after conversion, you can edit.hope it can help you.http://www.simpopdf.com/pdf-to-word.html

kethy