Skip to main content

13 posts tagged with "invoice pdf"

View All Tags

How to Convert HTML to PDF in C# and .NET Using DinkToPdf

· 17 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Guide to generating PDF from HTML using DinkToPdf in C#/.NET

If you need a reliable solution to convert HTML to PDF in C# and .NET, this comprehensive guide walks you through using DinkToPdf, a powerful .NET wrapper for the popular wkhtmltopdf library, to generate high-quality PDFs from HTML content. Whether you're creating invoices, reports, or any document requiring pixel-perfect PDF output, DinkToPdf offers an efficient way to transform your HTML and CSS into professional PDFs with minimal setup. This step-by-step tutorial will help you implement a complete HTML to PDF conversion system in your .NET application.

PDF Generation in C#/.NET Using QuestPDF

· 19 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Professional PDF document generation with QuestPDF library in C#/.NET

PDF document generation has long been a necessary but often frustrating aspect of .NET development. Traditional approaches frequently require developers to manage absolute positioning, manual pagination, and complex styling calculations. QuestPDF takes a revolutionary approach to this challenge by providing a layout-based system with an intuitive fluent API that feels natural to C# developers. This comprehensive guide demonstrates how QuestPDF transforms PDF generation from a tedious task into a streamlined, maintainable process through its modern design philosophy and powerful layout engine.

How to Generate PDF in C#/.NET with PDFsharp

· 21 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Generate PDF with PDFsharp library in C#/.NET

For .NET developers, the ability to programmatically generate and modify PDFs is an essential capability for many business applications. PDFsharp is a powerful .NET library that makes creating complex, multi-page documents straightforward and accessible. This comprehensive guide will walk you through everything you need to know about generating PDFs using PDFsharp in C# and .NET applications.

How to Generate PDF from HTML Using Playwright in C# and .NET

· 19 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Generate PDF from HTML using Playwright in C#/.NET

This detailed guide shows you how to use Microsoft Playwright for .NET and C# to generate high-quality PDFs with perfect rendering. Learn how to implement a complete solution that combines Scriban templates with Playwright's powerful browser automation to create pixel-perfect documents. Whether you're building invoices, reports, or any business documents, this step-by-step tutorial provides all the code and explanation you need to integrate PDF generation into your C#-based .NET applications.

HTML to PDF in C#/.NET with iText 7

· 17 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Convert HTML to PDF using iText 7 in C#/.NET

Need to generate professional PDFs from HTML in C# applications? This comprehensive guide shows you how to implement iText 7 for .NET – the modern, redesigned successor to iTextSharp – with Razor templating for dynamic document generation. Learn to create pixel-perfect invoices, reports, and business documents with precise layout control, leveraging iText 7's clean API and powerful HTML to PDF conversion capabilities through practical, ready-to-use code examples.

How to Convert HTML to PDF in C# and .NET Using PuppeteerSharp

· 16 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Guide to generating PDF from HTML using PuppeteerSharp in C#/.NET

Looking for a reliable way to convert HTML to PDF in C# and .NET? This guide will show you how to use PuppeteerSharp, the powerful .NET port of the Node.js Puppeteer library, to generate high-quality PDFs from dynamic HTML content. Whether you're building invoices, reports, or print-ready web pages, PuppeteerSharp gives you full control over headless Chromium rendering, enabling pixel-perfect PDF output using modern HTML and CSS. We’ll walk you through setting up a C#/.NET project, using a template engine for dynamic content, and exporting a professional invoice PDF as the final result.

Generate PDF Using PDF-lib in Node.js

· 21 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Visual representation of PDF generation with PDF-lib in Node.js

For developers building Node.js applications, the ability to programmatically generate and modify PDFs is a powerful capability that opens up numerous possibilities for document automation. PDF‑lib is a pure JavaScript library for creating and modifying PDF documents. Unlike many alternatives, PDF-lib doesn't rely on native dependencies, making it lightweight and easy to integrate into any Node.js project. This guide will walk you through everything you need to know about generating PDFs using PDF-lib in Node.js applications.

How to Generate PDF in Node.js Using PDFKit

· 16 min read
Milena Szymanowska
Milena Szymanowska
PDFBolt Co-Founder
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Generate PDF in Node.js Using PDFKit

PDF (Portable Document Format) files remain a standard for sharing documents across different platforms and devices. For Node.js developers, PDFKit is a powerful library that allows you to generate PDFs programmatically with impressive flexibility and control. This comprehensive guide will walk you through everything you need to know about generating PDFs in Node.js using PDFKit.

Generate PDF Using PDFMake in Node.js

· 19 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Node.js PDF generation using PDFMake - professional document examples created with JavaScript

PDF generation is a common requirement in many server-side applications, from creating invoices and reports to generating statements and certificates. Node.js, with its event-driven architecture and extensive ecosystem, is perfectly suited for handling PDF generation workflows. Among the various libraries available, PDFMake stands out as a robust, flexible, and feature-rich solution for PDF generation in Node.js applications. This comprehensive guide will walk you through everything you need to know about generating PDFs using PDFMake specifically in a Node.js environment, complete with practical examples and best practices.

HTML to PDF in PHP Using DomPDF

· 15 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Illustration of HTML to PDF conversion using DomPDF

In this comprehensive guide, we'll explore how to create high-quality PDF documents from HTML using DomPDF. As businesses increasingly need to generate professional documents such as invoices, reports, and certificates programmatically, mastering HTML to PDF conversion becomes an essential skill. This step-by-step tutorial will walk you through setting up DomPDF in your PHP project, designing templates, and converting them into polished PDFs effortlessly. Discover how DomPDF can transform your document generation process while maintaining complete control over the output.