3
Answers

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

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 (3)