I have a form that users will fill out, that I need to submit as an email attachment. I know how to create and send an email. I just don't know how to attach the form, which needs to be created from the asp page that the user fills out.

The easiest thing for me to do would be to somehow create a pdf or something similiar of the asp page, (basically just a screenshot of the browser content) and submit that. Is that possible? If not, any other suggestions?