Skip to main content

3 posts tagged with "erb templates"

View All Tags

HTML to PDF in Rails with Puppeteer-Ruby

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

Generate PDF from HTML using Puppeteer-Ruby in Ruby on Rails

Building robust web applications often requires generating high-quality PDF documents from HTML content for invoices, reports, certificates, and business documentation. Puppeteer-Ruby provides a powerful solution for Ruby on Rails PDF generation, offering a Ruby wrapper around Google's Puppeteer library with Chrome's advanced rendering engine. This comprehensive guide demonstrates how to implement seamless HTML to PDF conversion using Puppeteer-Ruby's Ruby API interface, delivering pixel-perfect results with full support for modern CSS and JavaScript.

HTML to PDF in Rails: Complete Guide with Grover Gem

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

Generate PDF from HTML using Grover in Ruby on Rails

Modern web applications frequently need to generate professional PDF documents for invoices, reports, contracts, and other business materials. Grover emerges as a cutting-edge solution for Ruby on Rails PDF generation, leveraging Google Chrome's headless browser to deliver pixel-perfect rendering with full support for modern CSS features. This comprehensive tutorial demonstrates how to implement robust HTML to PDF conversion using Grover's powerful Chrome-based engine integrated seamlessly with Rails' ERB templating system.

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.