Skip to main content

3 posts tagged with "wkhtmltopdf"

View All Tags

WickedPDF Tutorial: HTML to PDF in Ruby on Rails

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

Ruby on Rails PDF Generation with WickedPDF

WickedPDF is the most popular HTML to PDF gem for Ruby on Rails, providing tight integration with Rails' built-in ERB templating system. Below you'll learn how to set up WickedPDF, build an invoice PDF with ERB templates, and configure the rendering options.

Convert HTML to PDF in C# and .NET with DinkToPdf

· 14 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 way to convert HTML to PDF in C# and .NET, this guide walks you through using DinkToPdf, a .NET wrapper for the wkhtmltopdf library, to generate PDFs from HTML content. DinkToPdf can handle invoices, reports, and other documents that need consistent PDF output. This step-by-step tutorial covers setting up a complete HTML to PDF conversion system in your .NET application, from project scaffolding to a finished invoice generator.

PDFKit Python: Convert HTML to PDF with wkhtmltopdf

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

Python HTML to PDF conversion using PDFKit and wkhtmltopdf - contract generator example

PDFKit Python is a wrapper for wkhtmltopdf that converts HTML to PDF using the WebKit rendering engine. This guide covers Python HTML to PDF conversion with PDFKit, building a contract generator that produces multi-page documents with headers, footers, and custom styling. The tutorial uses Jinja2 for templating and walks through the full Python PDF generation workflow step by step.