CobaltPDF runs in trial mode straight from NuGet — no registration, no product key, no time limit. Just install and go.
Run a single command in your .NET project — the package includes everything, Chromium bundled.
dotnet add package CobaltPdf
No product key needed — the library works immediately in trial mode.
using CobaltPdf;
var pdf = await CobaltPdfBuilder
.CreateBuilder()
.BuildAsync();
await pdf.RenderHtmlAsync("<h1>Hello, CobaltPDF!</h1>", "hello.pdf");
Trial mode is fully functional with all features enabled. The only difference is a small watermark on output. When you're ready for production, purchase a licence key on the pricing page.
Evaluate for as long as you need. The trial never expires.
Every API is available — headers, footers, margins, JavaScript rendering, and more.
Simply install the NuGet package. No registration, no product key entry.
The only trial limitation is a small watermark on generated PDFs.
Remove the watermark and unlock priority support with a licence key.
View Pricing