Possible to convert MSWord to ODF?

G

Gans

Hey everyone,

I was wondering if it is possicle to convert MSWord, Excel and PDF
files to Open Document Format (ODF).

I want to do this programatically, with zero user intervention.

Is it feasibile?Are there any API to do this?

Thanks in advance for your help!
 
J

Jean-Guy Marcil

Gans said:
Hey everyone,

I was wondering if it is possicle to convert MSWord, Excel and PDF
files to Open Document Format (ODF).

I want to do this programatically, with zero user intervention.

Is it feasibile?Are there any API to do this?

Thanks in advance for your help!

You would have to write code from the ODF softare youa re using. Open Office
allows you to write code in different languages.

As for PDF files, I am not sure you can import PDf files from an ODF
software such as Open Office, for example.
If you can, then you can code from there.

However, I think it would be best to post in an Open Office group.
 
Top