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
Hi,
Thank you for writing to Aspose Support team.
We were able to reproduce the issue at our end and the exception is thrown for the reason that this version of file is not supported. Could you please share the version of Microsoft OneNote with which this file was created? We’ll assist you further accordingly.
After few test I have discovered that resaved file with 2007 OneNote throw both types of errors. Resaved to 2010 works fine. So, 2007 is not supported for now?