Quote:
Originally Posted by tomsem
ebooks: .sdr and .documents folders (content is copy-protected)
kfx_document: public domain book .sdr, .documents folder, .kfx
print_replica_document: documents folder, .sdr, .kfx
|
By examining your samples I was able to determine how sticky note and full page annotations are handled.
As previously determined each book with those types of annotation has an associated notebook. For page annotations the notebook pages are full screen sized. For sticky notes the notebook pages are smaller. Each notebook page (aka section in KFX terminology) is identified by a unique section id string, such as "cJ6mymITFQPGtCVEx3QRvnA0".
The .yjr file in the .sdr folder associated with the book includes annotation information. Each annotation contains a reference to a start and end position in the book where the annotation applies. For regular annotations there is associated text or a highlight color. For Scribe annotations there is instead a reference to the section id of the notebook page containing the annotation image.
In some of the samples you provided the .sdr folder also has a file with the extension ".yjr.bad_file" containing a truncated version of the .yjr file. This is possibly the result of a bug in the Scribe firmware.
Quote:
Originally Posted by tomsem
I do not know if this is at all helpful, but this is SVG exported from Illustrator of a single pencil like stroke.
|
I believe that my handling of the pencil brush type is good enough for now. If I revisit it I will take a look at that SVG for some ideas on how to do it better.
In about a week I plan to release a version of the KFX Input plugin that can convert Scribe notebooks to EPUBs containing SVG images. I just have a few more things to wrap up.