Hello, i want to read from an onenote ( it has .one extension ) file line by line with java.
I used a buffered reader but it returned peculiar symbols. Can i do this somehow? Thank you.
Printable View
Hello, i want to read from an onenote ( it has .one extension ) file line by line with java.
I used a buffered reader but it returned peculiar symbols. Can i do this somehow? Thank you.
You'll need to find and study the file format specification to learn how to translate the bytes of the file to readable text. Google will help you find this, but good luck as it doesn't appear to be fully straightforward.