Hi Team,
I try to use Aspose.Note.dll to transform onenote files to PDF.
I used the flowing code.
try
{
Document file = new Document(srcPath);
}
catch (Exception e)
{
}
And a NotSupportedException was caught.
–This version of file dose not supported.
You can download my onenote files form https://www.dropbox.com/s/79ve795ntm4uvnv/onenotefiles.zip?dl=0
Thanks.