Html2Pdf
.NET library for turning HTML into PDF when a backend needs repeatable document generation without duplicating rendering logic per project.
- Solves document generation from HTML templates without rebuilding rendering pipelines in every system.
- Uses RazorLight and PuppeteerSharp to keep output consistent for reports, receipts, and operational documents.
- Fits service flows, jobs, or batch processes where PDF is a cross-cutting capability instead of an isolated feature.
.NET 8 · C# · RazorLight · PuppeteerSharp
Turn PDF generation into reusable backend infrastructure for systems that produce documents under business rules.