Useful PDF operations
Create, inspect, edit, merge, watermark, compress, encrypt, decrypt, and update metadata through one library.
Commercial PDF toolkit for .NET
ZingPDF gives you a practical .NET API for page editing, forms, encryption, metadata, text extraction, watermarking, and save workflows, with commercial licensing available.
using var pdf = Pdf.Load(stream);
var form = await pdf.GetFormAsync();
var metadata = await pdf.GetMetadataAsync();
metadata.Title = "Invoice Pack";
await pdf.AddWatermarkAsync("PAID");
await pdf.EncryptAsync("user-password");
await pdf.SaveAsync(output);
Built for teams who want a PDF library that's easy to use, with a simple licensing model.
Platform Support
ZingPDF currently targets .NET 8. The core package is intended for use on Windows, Linux, and
macOS, and the CI pipeline validates those platforms.
Licensing
Choose between solo and team licensing. For more seats or custom support requirements, please contact us, and feel free to get started with the team license.
Why teams buy
Create, inspect, edit, merge, watermark, compress, encrypt, decrypt, and update metadata through one library.
Work with text, choice, checkbox, radio, push button, and signature field types through the high-level API.
Versioned DLLs, packaged NuGet output, XML docs, release workflow, and explicit commercial licensing path.
Quick start guidance, forms, metadata, encryption, save semantics, and implementation notes now live in a dedicated docs page.
FAQ
The commercial license is intended for teams using ZingPDF in paid products, internal business systems, or client-delivered software where a proprietary licensing path is required.
That is what the Enterprise option is for. It gives you a direct path for larger seat counts, redistribution rights, and support expectations.
ZingPDF already covers practical workflows like page editing, forms, metadata, encryption, watermarking, compression, and incremental save behavior, with ongoing work to keep the product release-ready.
Yes. ZingPDF is fully functional prior to purchase. See the developer docs to get started with the API and current capabilities.