File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes How 2 Convert .odt into .doc in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How 2 Convert .odt into .doc in java" Watch "How 2 Convert .odt into .doc in java" New topic
Author

How 2 Convert .odt into .doc in java

Ajay KumarR
Greenhorn

Joined: Jul 06, 2009
Posts: 5
Hello friends,can anyone have a idea on how to convert .odt into .doc using java.

Thanks and Regards,
Ajay
Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

This may help you
http://www.ibm.com/developerworks/xml/library/x-think15/


-Chiru
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
http://www.ibm.com/developerworks/xml/library/x-think15/

Although the OO file format -which is what that article talks about- is structurally somewhat similar to ODF (the family of file formats ODT belongs to), it is a different file format, so I don't think the article will help.

The JODConverter library -which uses OO behind the scenes- may help with his.


Android appsImageJ pluginsJava web charts
Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

thanks for correcting me

Ajay KumarR
Greenhorn

Joined: Jul 06, 2009
Posts: 5
Thanks Sir,I have checked JOD Convertor its working fine in converting odt to doc.But the alignment is not the same when we open the doc file in MS- Word.

Thanks and Regards,
Ajay
Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How 2 Convert .odt into .doc in java
 
Similar Threads
Convert DOC, DOCX, RTF, ODT & HTML to PDF in Java Applications
Display Contents of File on Web Page
Converting Doc File into pdf file using java
Some know how to convert a file. Doc to image using java?
convert to pdf file format