Need Printing support

Hi. We are looking for a product that will will enable WYSIWYG printing of pages from our web sites. We use ASP.Net ASPX pages and need to be able to have a button on the page that will allow the rendered HTML to be converted into a PDF which can then be printed by the browser. Can this be done with your product

Hi John,

Aspose.Words and Aspose.Pdf for .NET both support this feature. You can either use Aspose.Pdf to convert web pages to PDF or Aspose.Words to convert a web page to PDF. Just pass a URL or a web page instead of a document in this example.

Please also check the following link to load external resources and feel free to contact us in case you have further comments or questions.

Best Regards,

Hi John,

Adding more to Ijaz’s comments, you can also use Aspose.Pdf for .NET to print the PDF documents. So once you have converted the HTML file to PDF format, you can use same API to print the resultant file. For further details, please visit