---
title: "PSPDFKit Library for .NET Example Project | Nutrient SDK"
canonical_url: "https://www.nutrient.io/guides/dotnet/getting-started/catalog-example/"
md_url: "https://www.nutrient.io/guides/dotnet/getting-started/catalog-example.md"
last_updated: "2026-06-09T10:21:54.363Z"
description: "Interactive examples demonstrating Nutrient .NET SDK features with complete source code and implementation details."
---

# 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](https://my.pspdfkit.com) or by [requesting an evaluation license](https://www.nutrient.io/try) of PSPDFKit.

## Windows Requirements

- Windows 10

- [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)

- [.NET 5.0](https://dotnet.microsoft.com/download/dotnet-core)

### Running the Catalog App

To build the Catalog app:

- Extract `PSPDFKit.NET-{version}.zip` to your desired location.

- From the extracted files, open the `Example/Catalog.sln` solution in Visual Studio (or an equivalent IDE supporting the.NET Framework).

- Replace the `YOUR_LICENSE_KEY_GOES_HERE` string in `app.config` with the trial or development activation key you were issued.

- Choose the solution platform `x86` or `x64`.

- Build and run the project.

## Linux Requirements

- Ubuntu 18.04 (other flavors will work; see the [compatibility page](https://www.nutrient.io/guides/dotnet/about/system-compatibility.md))

- [.NET 5.0](https://dotnet.microsoft.com/download/dotnet-core)

### Running the Catalog App

To build the Catalog app:

- Extract `PSPDFKit.NET-{version}.zip` to your desired location and `cd` into `Example/catalog`.

- Replace the `YOUR_LICENSE_KEY_GOES_HERE` string in `Catalog/app.config` with 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](https://dotnet.microsoft.com/download/dotnet-core) (`brew cask install dotnet-sdk`)

### Running the Catalog App

To build the Catalog app:

- Extract `PSPDFKit.NET-{version}.zip` to your desired location and `cd` into `Example/catalog`.

- Replace the `YOUR_LICENSE_KEY_GOES_HERE` string in `Catalog/app.config` with the trial or development activation key you were issued.

- Run the Catalog example (`dotnet run --project Catalog`).
---

## Related pages

- [C#.NET PDF library](/guides/dotnet.md)
- [Agent skill](/guides/dotnet/agent-skill.md)
- [Best practices for PDF processing in .NET](/guides/dotnet/best-practices.md)
- [Changelog for .NET](/guides/dotnet/changelog.md)
- [Explore interactive PDF SDK demos and features](/guides/dotnet/demo.md)
- [Download Nutrient .NET SDK (formerly GdPicture.NET)](/guides/dotnet/downloads.md)
- [Nutrient .NET SDK guides — Add advanced PDF features to your .NET applications](/guides/dotnet/intro.md)
- [C# and VB.NET code samples](/guides/dotnet/samples.md)

