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,

Please refer to the Aspose.Pdf component. It is used to create PDF files from scratch. It also has the capability to encrypt information. Note that as per your requirement may need to be updated to reflect correctly.

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,