Hi,
Yes. You can do that. You can use ASPXToPDF to do the conversion:
http://www.essentialobjects.com/doc/4/web/aspxtopdf.aspxIn your case, you would particularly want to look into the "Save conversion result to a file". That section explains to you how to save the conversion result. Once you have the result in a file, you can do whatever you want to do with that file, either move it somewhere else, or email it as an attachment. If you do not want to use a physical file, you can save the result PdfDocument into a MemoryStream (instead of a FileStream). You can then get a byte array from that MemoryStream and after that, you can do whatever you want to do with that byte array.
We have multiple license options. You can select "Purchase Online" from our purchase menu to view different prices for different options.
Thanks!