Open Office and C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

My application knows how to open a word doucment and replace strings, and
then print it, but it does it only when Microsoft Word is installed,
since I've few computers that don't have Microsoft Office License, I
installed there Open Office, and now i want to do the same on those computers
too,

I will be very happy to get an example or a link and learn how can it be done.

Thanks,
Gidi.
 
Gidi,

Can you specify:

- what type of documents you'll want to open
- how you currently edit/print the word docs

Regards,
Jeroen
 
Hi,

Let's say I've a template word document ("mydoc.doc"), which contains few
lines, one of them is "Text1", and i want to open this document form editing,
replace the string "Text1" with "NewText", and then print it.

today I'm doing it, using ApplicationClass.

Thanks,
 
Hi,

I know that it's can be done with OpenOffice, I just couldn't find a good
example for doing it, I hoped to get some help here...

Thanks,
Gidi
 
Back
Top