View Single Post
Old 11-13-2009, 01:33 AM   #38
silentfish
Onyx Boox User
silentfish began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2009
Location: Hong Kong, China
Device: Onyx Boox 60
AFAIK, the .sketch files are in fact sqlite database files, you can copy a .sketch and use any sqlite viewer to look into its content.

Currently the schema is as follows:

Each .sketch(for PDF, I didn't try other formats) contains two tables:
annotation:
CREATE TABLE annotation (id integer primary key, page_position integer,data blob)
sketch
CREATE TABLE sketch (id integer primary key, page_id text,data blob)

So basically yes it's possible to import those meta data to PC and convert them to PC software compatible format.

Maybe we should contact Onyx to see if they can release such an import tool.

Quote:
Originally Posted by menelic View Post
Hi silentfish,

could you share with us some details regarding the note taking feature - on which formats other than pdf is it possible? Do yo know if and how the notes (*.sketch files) can be exported from the Onyx and used on a PC? Thanks a lot!
silentfish is offline   Reply With Quote