Quote:
Originally Posted by dnquark
The zip file that you get from local backups is a dump of SQLite databases that are used to store notebook data. I spent some time poking around, and it seems that it would be pretty doable to reverse-engineer the file format and write converters to and from Xournal or SVG. In particular, I succeeded in grabbing raw stroke data from binary blobs as a proof of concept.
|
I was thinking about creating a utility to export to OneNote as ink rather than the PDFs you get now. Wasn't sure where the SQLite data was kept though. Can you provide some more details on what you found?