Can anyone tell me how to create doc files using java? I know, there's a POI library, but it seems like it can save only simple documents. You can read anything you wish, but you can't save it all back again. Or may be i missed something? How can i save whole document with pictures, tables and styles?

link|improve this question

60% accept rate
Duplicate: stackoverflow.com/questions/203174/… – Tim Aug 4 '09 at 22:14
feedback

3 Answers

Docmosis lets you do heaps of styling easily via the template. Uses OpenOffice and Java to do the job. Its free and free to distribute.

link|improve this answer
feedback

It ain't cheap, but you could try Aspose.Words. It'll do everything you state above and more.

link|improve this answer
feedback

JODConverter will allow you to convert lots of different document formats

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.