Hi friends,
I think there is something wrong with conversion.
oneFile.Save(dataDir + “.PDF”, SaveFormat.Pdf);
My oneNote file please see
Thanks!
Hi friends,
Hi Chen,
Please use the following code:
// Load the document into Aspose.Note.
Document oneFile = new Document(@"OneNote one place for all of your notes.one");
// Initialize PdfSaveOptions object
PdfSaveOptions opts = new PdfSaveOptions();
// Set page index
opts.PageIndex = 0;
// Set page count
opts.PageCount = 1;
// Save the document as PDF
oneFile.Save(@"OneNote one place for all of your notes.pdf", opts);
//or
// Load the document into Aspose.Note.
Document oneFile = new Document(@"OneNote one place for all of your notes.one");
// Initialize PdfSaveOptions object
PdfSaveOptions opts = new PdfSaveOptions();
// Save the document as PDF
oneFile.Save(@"OneNote one place for all of your notes.pdf", opts);
Best Regards,
Hi Chen, Thank you for this inquiry. We have reviewed the attached file. You are right, the quality of converting is not enough in this case. We will do all the best to resolve this issue. Your patience is greatly appreciated.
Hi Chen,
The issues you have found earlier (filed as NOTENET-388) have been fixed in this update.