Secure PDF Creation - Suggestions?

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?
 
What is fdf's? Haven't done PDF via web before so talk slow :)

Any examples and any issues using it on Jodohost account?
 
FDF is the format Abobe uses for text data transmissions that can then be imported directly into acrobat.
For some it is viable, others it is not.
 
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.
 
Back
Top