PDFNEWNET-32812 Printing PDFs by a Windows Service

Where can I find documentation about this feature?

PDFNEWNET-32812 Printing PDFs by a Windows Service

I'm curious to know what it is about.

Thanks,

Tim

Hi Tim,


Thanks for your inquiry. We have suggested in subject post a workaround to print a PDF documents via Windows service with collaboration of Aspose.Pdf and Aspose.Words. First convert PDF document to XPS using Aspose.Pdf and later print that XPS with Aspose.Words. Please check following details.<o:p></o:p>


Convert PDF to XPS:<o:p></o:p>

Document doc = new Document(“1.pdf”);<o:p></o:p>

doc.Save(“1.xps”, new XpsSaveOptions());<o:p></o:p>

Print XPS using Aspose.Words:<o:p></o:p>



Please feel free to contact us for any further assistance.


Best Regards,