Printing Rich Text Format

  • Thread starter Thread starter Ilya Dyoshin
  • Start date Start date
I

Ilya Dyoshin

Hi all!

Is there a possibility to print RTF document in .NET Framework, without
writting own RTF parser??

There's lots of tables and some text formatting tasks In my RTFs... So
writting own RTF parser would be a bit hard.

Thanks.
 
Is there a possibility to print RTF document in .NET Framework, without
writting own RTF parser??

I think the best thing to do is to interop with word. The idea is to launch
word, shove your rtf into it, tell word to print, and tell word to quit
without saving, and do all this without creating any windows. There are
examples of this in the documentation. FYI, I had mixed success with this a
couple of years ago, the rqt was dropped, so I didn't pursue it. My problem
was in making word quit quietly under all curcumstances, and I don't recall
the details.
 
Back
Top