Edit and Print rtf file, without having a microsoft word installed

G

Gidi

Hi,

Can I open (in hidden way) a rtf document, replace a string with another
string, and then print it (with C# application)

I know how to do it when i have word in my machine, but i don't know how to
do it when i don't have, and i have only wordpad.

can it be done?

Another option i thought about is to read it as a txt file, and find the
string that i want to replace and then changed it, but the problem i'm having
here is that i don't know how to set the enconding (since i want to write a
string in hebrew).

Thanks,
Gidi.
 
Top