I am working on a project and I need to i
开发者_开发问答nsert 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
iTextSharp is a .NET library that among other features allows you to fill pdf forms.
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
继续阅读:pdfpdf-generationpdf-manipulation
精彩评论