Skip to main content

3 posts tagged with "wkhtmltopdf"

View All Tags

Ruby on Rails: Convert HTML to PDF with WickedPDF

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

Ruby on Rails PDF Generation with WickedPDF

Building modern web applications often requires generating professional PDF documents for invoices, reports, certificates, and other business documents. WickedPDF stands out as the most popular solution for Ruby on Rails PDF generation, offering seamless integration with Rails' built-in ERB templating system. This comprehensive guide will walk you through creating high-quality PDFs from HTML using WickedPDF, from basic setup to advanced customization techniques.

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

· 13 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.

How to Convert HTML to PDF Using Python-PDFKit

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

Illustration of generating PDF files using Python-PDFKit and Jinja2

With the rising demand for automated document generation, developers need reliable tools to create professional PDFs programmatically. Enter PDFKit – a powerful Python wrapper for wkhtmltopdf that transforms well-structured HTML into polished PDF documents. In this guide, we'll walk through a practical implementation, showing you how to leverage this library to create dynamic, multi-page contracts that look truly professional.