Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library to write an odf file from a C program [closed]

Does anyone know of a library that will allow me to write an odt (Open Document Format, i.e. OpenOffice compatible) file from a C program?

like image 338
Frank Cox Avatar asked Sep 03 '25 04:09

Frank Cox


1 Answers

ODT/ODF is basically zipped XML, so any XML library will do. You'll need to know the specification though if you're going to write a new ODT file from scratch. It's much easier to unpack an existing ODT and insert data into contained the content.xml file.

See OASIS OpenDocument Essentials (especially the "The Virtues of Cheating" paragraph)


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!