Are there plans or openness to expand this to converter to rmdoc's?
While of course, an rmdoc is just a container of with, among other things, .rm's, they also contain metadata, background PDFs, etc, which would be needed for more complete conversions.
For example, I threw together a basic converter xournalpp <-> remarkable, which was suggested could be turned into a plugin or other extension of this library, but for it to be useful, it would require handling the rmdocs in full, not just .rm.
rmc supports PDF and SVG conversion, both of which support multi-page outputs, so I imagine a simple extension to rmdoc could just be to iterate over all the rm files and make each a page in the output.
Are there plans or openness to expand this to converter to
rmdoc's?While of course, an
rmdocis just a container of with, among other things,.rm's, they also contain metadata, background PDFs, etc, which would be needed for more complete conversions.For example, I threw together a basic converter
xournalpp <-> remarkable, which was suggested could be turned into a plugin or other extension of this library, but for it to be useful, it would require handling thermdocs in full, not just.rm.rmcsupports PDF and SVG conversion, both of which support multi-page outputs, so I imagine a simple extension tormdoccould just be to iterate over all thermfiles and make each a page in the output.