How to print word document using PrintDocument

Jul 17 2017 10:10 AM
My requirement is to print word document using c#.
 
Since Interop word is not recomended to use at server side, i would like to print word file using PrintDocument class.
 
So, how to print word document using c#. 

Answers (2)