jya-dev / supernote-tool

Unofficial python tool for Supernote
Apache License 2.0
237 stars 25 forks source link

Applying multiple image files to the background of each page #18

Open jya-dev opened 1 year ago

jya-dev commented 1 year ago

It would be nice if we could handwrite on the image. PDF files can do that, but it would be more convenient if we could do the same with Note files that have a link function.

VIJAY0102 commented 1 year ago

Hello Friend, When looked into your code, seems you have already decoded the link function meta tag. Please let me know what help you required, I will be able to do some analysis on those.

jya-dev commented 1 year ago

Thank you for your offer of cooperation.

After conversation with you via email, I understand your request is generating links automatically in addition to changing the background image file. To add a link into a note file with command-line tool, we need to understand the rule of generating link metadata and how to insert a link image (small chain icon and underline, box or dotted box) into the bitmap of the page.

As for link metadata, LINKRECTORI property is similar to LINKRECT property, but with slightly different values. I would like to know how to determine the appropriate value for that property.

VIJAY0102 commented 1 year ago

Hello Friend, missed your message and notification, let me work on this item. I'll provide updates to you within this weekend ends.