rmapi icon indicating copy to clipboard operation
rmapi copied to clipboard

Pages created with the 3.0.0 Beta are blank when exporting to PDF via geta

Open brandonkboswell opened this issue 3 years ago • 4 comments

The title says most of it. I just downloaded my Quick Sheets file and the pages created prior to 3.0 are there, but the new ones are blank. I assume it has to do with the new format.

brandonkboswell avatar Oct 27 '22 12:10 brandonkboswell

yep, new format, not reversed yet

ddvk avatar Oct 28 '22 17:10 ddvk

@ddvk do you know if anyone has made progress with this yet? I've been looking into it and I've figured out the overall block structure of the files and some of the data, but still missing lots of details.

ricklupton avatar Dec 20 '22 16:12 ricklupton

yes, heres my wip https://github.com/ddvk/reader

ddvk avatar Dec 20 '22 16:12 ddvk

@ddvk thank you, that's very helpful. I wanted to be able to extract the text content from the v6 files, so I implemented a reader in Python (https://github.com/ricklupton/rmscene) but it would have been a lot more difficult without your structure to follow!

ricklupton avatar Jan 09 '23 20:01 ricklupton