Re: Standalone document reader using Libreoffice libraries

2015-06-19 Thread Olivier Hallot
Hi On 18/06/2015 17:46, toki wrote: > On 06/18/2015 08:33 PM, M. Amin Farajian wrote: > >> I was looking for such a library and learned that LibreOffice does have >> such a functionality. > > If you are using Java, the simplest option is to go with ODFTools, > available from The Apache Softwar

Re: Standalone document reader using Libreoffice libraries

2015-06-18 Thread Kohei Yoshida
On Fri, 2015-06-19 at 01:03 +0430, M. Amin Farajian wrote: > Could you please point me to this part of the code in the LibreOffice > project? Perhaps you can give LibreOfficeKit a try. It's a relatively new functionality that's been added relatively recently. A quick google search reveals that

Re: Standalone document reader using Libreoffice libraries

2015-06-18 Thread Michael Stahl
On 18.06.2015 22:33, M. Amin Farajian wrote: > Hi all, > > I am working on a toolkit which does some text analysis on the given > text documents. This toolkit primarily was supposed to work with XML > files. But since the input files in the real applications are mostly > *.doc/*.docx/*.odt/*.ppt/*

Re: Standalone document reader using Libreoffice libraries

2015-06-18 Thread toki
On 06/18/2015 08:33 PM, M. Amin Farajian wrote: > I was looking for such a library and learned that LibreOffice does have such > a functionality. If you are using Java, the simplest option is to go with ODFTools, available from The Apache Software Foundation. I've forgotten who/where they are