flxzt / rnote

Sketch and take handwritten notes.
https://rnote.flxzt.net
GNU General Public License v3.0
6.45k stars 219 forks source link

Insert odt and docx #317

Open hjbue opened 1 year ago

hjbue commented 1 year ago

Thanks for the great job. A great feature would be if documents like OpenOffice or Word could be inserted. This could perhaps be realized with unoconv etc. which converts OpenOffice and Word documents to PDF.

schrieveslaach commented 1 year ago

Another option might be LibreOfficeKit that let's you use “Tiled Rendering” to render documents into another application.

I'm also experimenting with LibreOffice and Rust (see here) and it is quite a beast.

flxzt commented 1 year ago

@schrieveslaach interesting, thanks for the pointers!

PhilDevProg commented 1 month ago

For conversion from ODT/DOCX to PDF Rnote could also use Pandoc which even seems to have a Rust crate