Hi
Thank you
for your interest in Aspose.Words. The Aspose.Words.Viewer namespace
provides classes to render and print Word documents without utilizing Microsoft
Word. You can print document using the following code.
Document doc = new
Document(@"Test042\in.doc");
DocumentRenderer renderer = new DocumentRenderer(doc);
renderer.Print();
But note
that Aspose.Words.Viewer namespace is currently in beta. See the following link
for more information.
http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/aspose.words.viewer.html
Best
regards.
Alexey Noskov
Developer/Technical Support
Aspose Auckland Team