Hello, All !
I have to read odt files and search there tables using Qt 5 and libreoffice sdk on C++. As I read documentation I can do it via classes XTextDocument and XTable, but when I read
osl::File osf( fileName );
I can receive only binary content that will be acceptable for sending by network, but not for text analysis, which way I can read data from odt file that fill XTextDocument and other similar classes ?
Thanks in advance,
Yury.