[Looking for] Windows Libraries for: ODT, ODF, ODS, XLS, DOC, PDF, RTF
-
Hello.
My Application contains a QTextEdit Widget. Right now, I have implemented:
Write Support:-
- ODT (through QTextDocumentWriter)
-
- PDF (through Qt's "Print as PDF" Function)
I am looking now for Libraries, which allow me to read and display the following File Formats:
-
- ODT (OpenOffice Writer / Text)
-
- ODS (OpenOffice SpreadSheet)
-
- ODF (OpenOffice Math / Formula)
-
- RTF (Is this a good converter: "RTF Converter":http://www.codeproject.com/Articles/27431/Writing-Your-Own-RTF-Converter)
-
- Microsoft .DOC
-
My OS: Windows 7
My Qt Version: 5.4All the Links I have found so far, are for Qt 4.x. Or have some MSVC Dependencies. Or run only under Linux. Every Secret Tip is very appreciated!
Thanks :)
Oliver -
-
[quote author="Andre" date="1423131730"]Calligra Suite?
Since all these applications use the KParts technology, you should be able to embed their viewer in your own application...[/quote]
Thanks. Looks interesting. But I need a Library which I can customise within / deploy with my Application. Is this allowed?
-