OpenDocument.core
OpenDocument.core copied to clipboard
C++ library that translates office documents to HTML
Encryption is lost after saving a modified file.
Show an alert to the user if he attempts to edit a document in a way that is not supported (i.e. add paragraphs, etc)
I remember we talked about this before but I forgot the conclusion: how could we generate thumbnails for documents? would we render the documents ourselves and create an image for...
Moving HTML service closer to paths and an HTTP endpoint. Rewriting the interface to allow writing to any kind of paths. Throws exception if that path does not exist.
https://github.com/opendocument-app/OpenDocument.droid/pull/151/files Currently shows a black sidebar with an overview of pages: [dummy.pdf](https://github.com/user-attachments/files/24278088/dummy.pdf)
apple writer format there are older and newer versions of this format. older ones contain xml while newer ones use a binary format. resources - https://github.com/obriensp/iWorkFileFormat related - https://github.com/opendocument-app/OpenDocument.droid/issues/382