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/*.pptx/*.odp/*.pdf/ets, I need to write a library for reading these file formats and convert their contents into the desired XML format. I was looking for such a library and learned that LibreOffice does have such a functionality. I searched for the part of the code in LibreOffice which is responsible of reading the given files (in different formats), but couldn't find it. Could you please point me to this part of the code in the LibreOffice project? Thank you in advance, Amin |