My goal is to send an email with a generated pdf file attached to it. This is in an ASP.Net page, and therefore, I would like to create the pdf file in memory (not physically on disk), and attached it to the email. How can I create the pdf document in memory?
Thanks