Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ Library to render ODF documents?

Tags:

c++

odf

I am unable to find any open source libraries to render ODF documents using C++. I found ODKit suporting Java and AODL for .NET C#.

Does any one have any idea or provide me any pointers.

like image 651
cpp11dev Avatar asked Jan 18 '10 03:01

cpp11dev


2 Answers

I found a Qt source to parse ODF. Qt already has built in ODF writer.

like image 66
Naszta Avatar answered Oct 11 '22 05:10

Naszta


KOffice supports ODF and is written in C++. I suspect they may have solved whatever it is you are trying to solve. http://www.koffice.org

like image 32
Ryan Graham Avatar answered Oct 11 '22 04:10

Ryan Graham