4.5 to 6.0

I just installed 6.0. I previously have 4.5. I use PDF and PDF.KIT

It now seems that the object names and properties have changed. There declares no longer work:

Dim Working_PDF As New Aspose.Pdf.Pdf
Dim TOC_Section As New Aspose.Pdf.Section

Seems like this will work:

Dim Working_PDF As New Aspose.Pdf.Document

What about section? Where can I find help on this issue?



Hi,

Thanks for using our products.

Please visit the following links for required information.

In case you have any further query, please feel free to contact. We apologize for your inconvenience.

Is there an guide with explicit conversion instructions?

Were changes made to PDF.KIT as well?

Hi,

All the contents (classes, Enumerations) of Aspose.Pdf (pre 6.x) release are moved under Aspose.Pdf.Generator namespace and all the contents of Aspose.Pdf.Kit are moved under Aspose.Pdf.Facades namespace. Please note that separate version of Aspose.Pdf.Kit for.NET is also available, but we recommend you to please try using the new Merged API (Aspose.Pdf for .NET 6.0.0) as the support for both Aspose.Pdf for .NET (pre 6.x) and Aspose.Pdf.Kit for .NET will be discontinued after three months.

I would suggest you to please visit the following link for better understanding on Migration to Aspose.Pdf for .NET 6.x