convert samsung S-note files (.snb) to pdf
- if you don't have it, install Docker (e.g. https://www.docker.com/products/docker-desktop)
- place your .snb files in ./files
- run "docker-compose up"
- ./files will now also contain the converted PDF files
just run snbopen.py snbfilename [pdffilename]. the script converts the file into pdf and open it with your default application for pdf files. if you supply the script with a pdffilename, it will save the pdf to the required file insteed of opening it.
to convert all files in all subdirectories run convertInAllSubDirectories.sh.
the script should run on python (v2), and require reportlab and PIL (Pillow).
- text handling is very poor