Hi,
I can't believe that nobody prints here from RTF files. I found an example
from VS2003, it can load RTF file or a plain text, we can see the formatted
text in a window, then if we preview or use a printer preview we see a plain
text, but not the original RTF document with formats, fonts, centered
strings etc. Cool! Why did Microsoft published this !@# example if it
doesn't work? They included a simple RTF file in their project and it can be
loaded, but when I try to load my own file, little bit complicated with
included URLs the preview rises the exception. What's going on? Is it a
common problem?
I could call WinWord from my application lo load and print this document but
I assume that the client knows nothing about WinWord and even doesn't have
the Office installed. So, what's the official way to print the formatted RTF
document from C#?