Skip to main content

2 posts tagged with "ruby pdf generation library"

View All Tags

HexaPDF Ruby Tutorial: PDF Generation for Rails

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

Ruby on Rails PDF generation with HexaPDF library tutorial

Modern Ruby on Rails applications often require sophisticated PDF processing that extends beyond basic document creation. HexaPDF stands out as a comprehensive, pure Ruby solution. It addresses complex requirements through its dual-purpose architecture. Unlike traditional libraries that focus exclusively on PDF generation, HexaPDF provides complete PDF lifecycle management – from programmatic document creation to advanced manipulation of existing files. Its feature set includes digital signatures, encryption, form handling, and document merging, making it particularly valuable for enterprise Rails applications with demanding document workflows.

Ruby on Rails PDF Generation with Prawn: Complete Tutorial

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

Professional PDF document generation with Prawn gem in Ruby on Rails

For Ruby on Rails developers, the ability to programmatically generate professional PDF documents is essential for many web applications. Prawn is one of the most popular Ruby gems that makes creating complex, beautiful PDFs straightforward and enjoyable. This comprehensive guide shows how Prawn transforms complex PDF generation into an elegant, Ruby-like experience through its intuitive API and powerful layout capabilities.