2
Answers

How to print word document using PrintDocument

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)