Comprehensive Guide for Developers: Features, Integration, and API Reference
You can do so by following the link here and look for the Sign Up section: Create an Account
1. Generate the type of license key you are going to need
This depends on the features / version of the SDK you have decided to integrate within your application. You can choose between View, Convert and Edit or any combination of the three. For example - selecting the View and Edit versions will generate one license key which will work both for the View and Edit versions of the SDK.
You can do so by following the link here, navigate to Resources tab and select Manage License Keys Generate a License key
2. Download the Avanquest PDF SDK for Windows
You can do so by following the link here, navigate to Resources tab and select Download Center Download the PDF SDK for Windows
3. Extract the archive
4. Build and run a sample project (samples to be added shortly)
5. Pass your license key as a parameter when calling the function PDF::Init
6. You can find the API Reference Documentation by following this link and select Documentation tab
Avanquest PDF SDK C++ API Reference
1. Generate the type of license key you are going to need.
This depends on the features / version of the SDK you have decided to integrate within your application. You can choose between View, Convert and Edit or any combination of the three. For example - selecting the View and Edit versions will generate one license key which will work both for the View and Edit versions of the SDK.
You can do so by following the link here, navigate to Resources tab and select Manage License Keys Generate a License key
2. Download the Avanquest PDF SDK for x64 Linux platform architecture
You can do so by following the link here, navigate to Resources tab and select Download Center Download the PDF SDK for Linux
3. Extract the archive
4. Build and run a sample project (samples to come shortly)
5. Pass your license key as a parameter when calling PDF::Init
6. You can find the API Reference Documentation by following this link and select Documentation tab
Avanquest PDF SDK C++ API Reference
1. Generate the type of license key you are going to need.
This depends on the features / version of the SDK you have decided to integrate within your application. You can choose between View, Convert and Edit or any combination of the three. For example - selecting the View and Edit versions will generate one license key which will work both for the View and Edit versions of the SDK.
You can do so by following the link here, navigate to Resources tab and select Manage License Keys Generate a License key
2. Select the version of the Avanquest PDF SDK you want to use
For the View version - add Avanquest.Pdf.Core as a dependency for your project:
in Visual Studio:
in VSCode:
For the Edit version - add Avanquest.Pdf.Edit as a dependency for your project:
in Visual Studio:
in VSCode:
For the Convert version - add Avanquest.Pdf.Convert as a dependency for your project:
in Visual Studio:
in VSCode:
3. Pass your license key as a parameter when calling the function: pdfcore.Initialize
4. You can find the API Reference Documentation by following this link: