I would like to learn how to create an online PDF WEB Form using Visual Studios 2010 that can store the data into my SQL Database just not sure where to start.
I found a book called “iText In Action” but seems like it is more for Java developers. Are there any books that will be more geared towards C# and creating the web pdf forms? Any help on where I should start would be appreciated.
Thanks
You can try iTextSharp, the .NET port from Java iText.
I have found this resource
https://web.archive.org/web/20211020001758/https://www.4guysfromrolla.com/articles/030911-1.aspx
I have used this library for making PDF Forms and it is very straightforward.
The process it will be something like Create a PDF form with an external tool like Adobe Acrobat and then, your program have to read it and set the fields with the data you need. Something like this: