Hi,
I have a problem in which I have to insert data from an ASP.NET form
into an Adobe (.pdf) form. How can I do this?
Thanks.
Steve
Peter Bromberg [C# MVP] - 21 Mar 2008 02:09 GMT
There is extensive documentation on the adobe site about how to work with PDF
forms. This has been around since about 2001. Have you looked at this?
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Hi,
>
[quoted text clipped - 4 lines]
>
> Steve
gnewsgroup - 21 Mar 2008 05:02 GMT
> Hi,
>
[quoted text clipped - 4 lines]
>
> Steve
You can use the open source iTextSharp to do that. I used it before,
pretty easy to use. There is a tutorial here:
http://www.c-sharpcorner.com/UploadFile/scottlysle/PdfGenerator_CS06162007023347
AM/PdfGenerator_CS.aspx
I think you may also be able to do it with PDFSharp.
S_K - 21 Mar 2008 18:56 GMT
> > Hi,
>
[quoted text clipped - 11 lines]
>
> I think you may also be able to do it with PDFSharp.
Thanks!!!
The iTextSharp DLL helped a lot!
Thanks again!
Steve