.NET Client Library
The PdfBroker.Client NuGet package lets you generate PDF documents using strongly typed objects and the familiar System.Xml namespace.
Installation
Install the package from NuGet:
dotnet add package PdfBroker.Client
Or using the Package Manager Console:
Install-Package PdfBroker.Client
The package is available on NuGet.org.
Version 2.0.0
The latest version includes:
- Support for
PdfMetadataDtoobject in XSL-FO service requests - Updated error handling — failed requests no longer throw exceptions. Instead, the PDF byte array returns
nulland error details are exposed via theLatestPdfRequestErrorproperty
Features
- Strongly typed request/response objects for all API endpoints
- Built on
System.Xmlfor XSL-FO document building - Supports all PdfBroker.io services (HTML, XSL-FO, PDF utilities)
- Handles authentication automatically