Closed jaba-git closed 10 months ago
Hello,
The feature to convert to PDF is still supported. The latest version of supernote-tool is v0.5.0. Please see the Release page: https://github.com/jya-dev/supernote-tool/releases
The file format of *.note file is frequently changed by Ratta each time Chauvet software is updated. If supernote-tool
you have installed are outdated, it will not be able to convert new file formats correctly. So I recommend updating the tool to the latest version.
I am also getting a file unsupported error, using version 0.5.0 with a Supernote A6X2 and Chauvet 3.14.27 - I get the error for any conversion type (pdf, png, analyze)
Thank you for feedback. I'll check it out soon.
Hi @lboller I didn't able to reproduce the unsupported error with my test note files (Chauvet3.14.27). If you don't mind, could you share the file causing the error?
I figured it out. I was using Dropbox and the files weren't stored offline so it was failing to read the metadata. Thanks for your work on this tool - it works great and is fantastic!
I got it. I close this issue.
Hello,
I have used this tool in the past to convert my .note files to PDF, which has been great. However, just recently I attempted to run the same script I used in the past:
`import os import subprocess
def convert_note_to_pdf(directory):
Iterate over all items in the given directory
if name == "main":
Converts all .note files in the current directory and its subdirectories
But I am getting errors about unsupported file format? I am using Chauvet 2.11.26, and simply exporting my .note files to my Google Drive, where I download the files and upload them to the directory where I am running this script. I am not sure what has changed or why this is not working, and any insight would be really great!
Thanks.