I need to send a secure email based on an asp.net form that is filled out. I decided that the best way to handle this is to create a secure PDF document of the form data and password protect it and send as an email attachment.
Does anyone have a suggestion for a good/cheap/free PDF control that would allow for the creation and passwording of a document in asp.net?
There are indeed free PDF creators based on code (no component needed). I once came across one for asp.net, but can’t recall what it is. Try searching CodeProject and so on, one will pop up.