Upgrading aspose pdf from 7 to latest

how to upgrade asposepdf from version 7 to latest.

@razimkhan90

You can update your existing package by installing Aspose.PDF for .NET latest version via NuGet Package Manager. In case you are using Java API, you can update you pom.xml file. In case you are facing any issues, please share some more details so that we can assist you accordingly. Please refer to the below documentation articles for more information:

Dear Asad Ali,
as we are using aspose pdf 7 version from long ago, when i update it to latest it throws so many error which says these are not part of aspose pdf lates. example Text,Table etc
aspose.PNG (18.8 KB)

aspose.PNG (7.4 KB)

@razimkhan90

Right, because so much has been changed since then. For example, old legacy Aspose.Pdf.Generator API was discontinued. New Aspose.Pdf (DOM) model was introduced and a lot of new functionality has been being added into it since. We recommend you go through the documentation of the API and explore the code snippets and examples to implement updated API.

In case you still face some issue and are unable to resolve errors, please share particular code snippets with us so that we can suggest correct replacement of Classes.