Client side printing

Can you do client-side printing ?? Looking forward fo better developments by Aspose.

@charliegomes,

Thanks for your inquiry. I am afraid, this is not possible. You cannot send a document i.e. generated inside server’s 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.