Need to verify Aspose.Note can perform these tasks before purchase

I have two questions about using Aspose.Note

  1. 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)

  2. 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

@Bill_T,

  1. There are no limitations whether using Aspose.Note for .NET APIs in C# or VB.NET. You can use it fully in any .NET supported language.

  2. Yes, you may accomplish your tasks using Aspose.Note for .NET APIs. See the documents with example codes by browsing different nodes/sections of programmer’s guide for your reference.