I have two questions about using Aspose.Note
-
Are there any limitations in using VB.Net vs C#?
I’m solid with VB.Net, not experienced with C# (however this might be a good time to learn) -
Is this possible:
I would like to loop through all of the .ONE files in a folder
Retrieve the metadata for the NoteBook
Loop through each Section of the NoteBooks – and retrieve the metadata
Loop through each Page of each Section
Retrieve the metadata
Extract all of the text on the Page
Extract all embedded attachments on the Page (Are there any types of attachments that cannot be extracted?)
Convert the OneNote Pages to individual PDFs (one PDF per Page)
Let me know if the above structure is correct (NoteBooks -> Sections -> Pages) this is my first time working with OneNote
I’ve downloaded the trial, and it appears I can do these, but wanted to get verification