My goal is get jpg preview for OneNote Package format. From the list of formats it is not supported by Aspose. Any way, maybe there is such option or it is planed to implement in the nearest future?
Any way OneNote Package it is MSZip and it contains OneNote Section files with ".one" extentions. Those should be supported, as I understand. I am able to extract and open files with MSOneNote. But it throws
java.lang.NullPointerException
or
This version of file is not supported.
class com.aspose.note.internal.UnsupportedFileFormatException
FileInputStream ins = new FileInputStream("D:\\To Do.one");
on Document doc = new Document(ins);
Is there any way to get OneNote Section works?
example of ".onepkg" and extracted ".one" files http://ge.tt/4pJlbQj2
v16.12.0