Example Project
The PSPDFKit .NET Library comes with an example application called the Catalog app, which contains many useful examples for exploring the different features of PSPDFKit and getting started quickly. You can find the app in the Example folder of the SDK ZIP file. The SDK ZIP file can be downloaded from the PSPDFKit Portal(opens in a new tab) or by requesting an evaluation license of PSPDFKit.
Windows Requirements
Running the Catalog App
To build the Catalog app:
- Extract
PSPDFKit.NET-{version}.zipto your desired location. - From the extracted files, open the
Example/Catalog.slnsolution in Visual Studio (or an equivalent IDE supporting the .NET Framework). - Replace the
YOUR_LICENSE_KEY_GOES_HEREstring inapp.configwith the trial or development activation key you were issued. - Choose the solution platform
x86orx64. - Build and run the project.
Linux Requirements
- Ubuntu 18.04 (other flavors will work; see the compatibility page)
- .NET 5.0(opens in a new tab)
Running the Catalog App
To build the Catalog app:
- Extract
PSPDFKit.NET-{version}.zipto your desired location andcdintoExample/catalog. - Replace the
YOUR_LICENSE_KEY_GOES_HEREstring inCatalog/app.configwith the trial or development activation key you were issued. - Run the Catalog example (
dotnet run --project Catalog).
Mac Requirements
- macOS 10.15.* Catalina.
- .NET 5.0(opens in a new tab) (
brew cask install dotnet-sdk)
Running the Catalog App
To build the Catalog app:
- Extract
PSPDFKit.NET-{version}.zipto your desired location andcdintoExample/catalog. - Replace the
YOUR_LICENSE_KEY_GOES_HEREstring inCatalog/app.configwith the trial or development activation key you were issued. - Run the Catalog example (
dotnet run --project Catalog).