MS Word documents to rtf documents
Posted
by hailpam
on Stack Overflow
See other posts from Stack Overflow
or by hailpam
Published on 2009-11-27T16:32:45Z
Indexed on
2010/04/12
4:43 UTC
Read the original article
Hit count: 571
Hi all,
I've a problem: my application must convert ms word documents (imported from another system) into rtf documents, in order to be manipulated with OOo APIs and to be immune from mistakes (for coding incompatibility reasons).
I ask you: how can I manipulate ms word documents directly from my Java application? There are APIs (like POI or OOo) that allow me to do my work without any coding incompatibility?
Thanks in advance. Best regards,
-Paolo
© Stack Overflow or respective owner