Right, that works fine, but I'm wanting to serve a pdf without having to save it to the hard drive. I have a report that generates dynamically, and I would like a create pdf button that just takes that html and creates a byte array or something that I can just response.write to the client without having to save it.
Thanks,
Zach