Hi.
I’m evaluating Aspose.words for a project, but I’ve just struck a rock. I find that the Document.Print() methods are missing from the API, though I can see that they exist in the .NET framework version of the API.
I…... DocumentPrinter printer = new DocumentPrinter(); Document...Document(@"C:\Temp\input.docx"); printer.Print(doc); public class DocumentPrinter...