PDF form generation component

We have a project to do an employment application in asp.net. They would like the completed online apps to be sent via email as a pdf. I also belive we’d need to encrypt the email since there may be sensitive information in the applcaition. What component do you recommend for this? (there is no existing pdf or form, we’d be building the app form in html)

Hello Dan,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Please refer to Aspose.Pdf component, as Aspose.Pdf is used to create Pdf files from scratch. As per your requirement, it also have the capability to encrypt the information.

Adds to Nayyer’s recommend, an alternative way is to use Aspose.Pdf.Kit.

We also have a demo application named ‘Northwind’ which could do the similar work as your requirements (filling the data from a database to a pdf template, and then produce many pdf files). The only limitation is, you must have a well designed pdf file as template reside in the server.

Please have a look at the demo application from [here](http://www.aspose.com/demos/aspose.pdf.kit/northwind.aspx), or setup the whole demo(both in WebForm and WinForm) to your machine by download and try Aspose.Pdf.Kit.

Thanks,