Print directly

hi,
How can we print document directly using aspose on client side. my application in running on server and i want to print on client side.

Thanks

Hi Himanshu,

Thanks for your inquiry. If you can send a print request from your server to client machine manually, you can use Document.Print method (String printerName) to print the whole document to the specified printer, using the standard (no User Interface) print controller.

Please let us know if you have any more queries.