.NET API Client Library

The PDFCrowd .NET client library lets C# and other .NET applications use the conversion APIs. Conversion runs on PDFCrowd's servers.

For conversion guides, examples and API references, see the API documentation.

You can choose from the following installation options:

  1. Download pdfcrowd-6.7.0-dotnet.zip.
  2. Add a reference to pdfcrowd.dll in your project.
You can install the client library from NuGet using the .NET SDK in your project directory:
dotnet add package Pdfcrowd.Official
Clone pdfcrowd-dotnet from GitHub and build the library.
git clone https://github.com/pdfcrowd/pdfcrowd-dotnet
cd pdfcrowd-dotnet
make.bat # on Windows
make compile # on Unix

Archived Versions