Thanks for your inquiry. I am afraid, this is not possible. You can’t send a document i.e. generated inside server memory to client’s machine for printing. From memory, such a task is not directly possible from within ASP.NET. Instead you may be able to achieve this by sending the client a page with the document pages rendered to image. You also need to supply Javascript which activates the print dialog and prints the page on the clients machine. If we can help you with anything else, please feel free to ask.