how to print docx file from C# without using interop word

Jul 6 2017 10:12 AM
Since interop word is not recommended use at server. I'm using open XML to modify word document, but I'm not able to print from Open XML. Is there any way to print word document from C# code without using interop word?

Answers (4)