How to print .rtf file using C#? (WinForms/WPF application)
Thanks! It work.
Rover
2010-10-01 11:49:39
A:
Printing Word(RTF) Documents in C#
Alternatively, you can open your file in a RichTextBox control, and send to printing from there.
KMan
2010-10-01 11:21:40