Since Aspose.Words viewer/print is still in beta, what are my options to print documents generated by Aspose.words in a multi-threaded application?
Hi<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. I have two things how you can achieve this.
1. Print Word document using Word Automation.
http://www.codeproject.com/KB/dotnet/WordPrint.aspx
2. Convert Word document to PDF using Aspose.Words and Aspose.Pdf and print PDF document using Aspose.Pdf.Kit. Please see the following links.
I hope this could help you.
Best regards.