opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link

support RAR #293

Open TomTasche opened 2 years ago

TomTasche commented 2 years ago

A few users requested RAR support. I thought about doing it using JavaScript libraries, but it almost seems like adding it to C++ might be the easier approach (and works on iOS too).

https://github.com/codedread/bitjs https://github.com/wcchoi/libunrar-js