The .Net API client library enables easy implementation of the Pdfcrowd API in your .Net applications.
You can choose from the following install options:
|
Download pdfcrowd-5.12.1-dotnet.zip, unzip it and add a reference to pdfcrowd.dll to your project. |
|
Install the client library from NuGetnuget install -OutputDirectory packages 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 all # on Unix |