How to use qt to edit docx file in Linux
-
wrote on 6 Sept 2021, 02:27 last edited by
Hi
I have a docx file and I want to edit it.
But the QAxObject is only in windows.
I want to edit it in linux.Thank you very much.
-
A good start would be to look for other solutions online, it is a common problem.
One thing to try is the DuckX library: https://github.com/amiremohamadi/DuckX
Another: using LibreOffice API: https://api.libreoffice.org/examples/examples.html#Cpp_examples
-
wrote on 22 Sept 2021, 03:51 last edited by
thanks very much