CobaltPDF Tutorials
Tutorials, walkthroughs, and real-world examples for converting websites and HTML to PDF with .NET using CobaltPDF.
How to Build a Serverless PDF API with Azure Functions and CobaltPDF.WebKit
Deploy CobaltPDF.WebKit as an HTTP PDF service on a stock Linux Functions plan — no container — then call it from any .NET app with the lightweight CobaltPDF.Requests package.
How to Render Chart.js Dashboards as PDFs in C#
Export interactive Chart.js dashboards to pixel-perfect PDFs. Learn why network-idle isn't enough for async charts, and how to wait for animations to finish using cobaltNotifyRender().
How to Generate PDF Invoices from HTML Templates in C#
Build professional, print-ready PDF invoices using HTML, CSS, and CobaltPDF. Add headers, footers, page numbers, and password protection.
Read article
How to Convert a Full Website to PDF in C# — Cookies, Redirects & Lazy Loading
A step-by-step guide to capturing BBC.com as a pixel-perfect PDF using CobaltPDF. Handle regional redirects, dismiss cookie banners, and scroll lazy-loaded content.
Read article