snbopen
snbopen copied to clipboard
convert samsung S-note files (.snb) to pdf or open them.
Thanks for that script, it helped me to read my old files! But finally, I had to convert all my Samsung S-Note files to Markdown to export them to Obsidian....
The variable pdfCanvas is referenced before it is assigned. The only occurrence is in the function snbToPdf. Not sure how it could ever work like this for this reason, or...
OS: Linux Mint 19.2 Tina x86_64 Linux: 4.15.0-54-generic Python: 3.6.8 S-Note version: Samsung Galaxy Ace 3 TMemo First Error Code: $ ~/snbopen.py ``` Traceback (most recent call last): File "./snbopen.py",...
Sometimes the images inside the SNB files does not contains some fields (like bottom), I suggest to replace the class imagePoss by: ``` python class imagePoss: def __init__(self, style): self.style...