Re: Need to integrate OpenOffice writer in java project

2015-03-13 Thread Pedro Giffuni
Helo Sharoon; It sound like Apache POI would satisfy your requirement: http://poi.apache.org/ Regards, Pedro. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail:

Re: Need to integrate OpenOffice writer in java project

2015-03-13 Thread Alexandro Colorado
You can use the AOO engine as a service which allows you to do this on a browser. The efforts to embed AOO in a Jar are usually very slow, and not really as reliable. Using webservices that consume OpenDocument format are also a good way to approach this. But the UI needs to be builted. Here is

Re: Need to integrate OpenOffice writer in java project

2015-03-13 Thread Fernando Cassia
On Fri, Mar 13, 2015 at 6:23 AM, Sharoon D. Dcunha sharoon.dcu...@laurusis.com wrote: This is Sharoon from Laurus Infosystems Bangalore, India. I am glad to know that your derivatives like StarOffice are being integrated to certain products and solutions StarOffice no longer exists. A

RE: Need to integrate OpenOffice writer in java project

2015-03-13 Thread Dennis E. Hamilton
Apache OpenOffice is written primarily in C++. There are means to integration with Java. There is an API that is available as part of the OpenOffice SDK. See this information: http://www.openoffice.org/api/SDK/. Note that this page has not been updated since 2008 and there may be difficulties