Prawn
Fast, Nimble PDF Writer for Ruby (by prawnpdf)
HexaPDF
Versatile PDF creation and manipulation for Ruby (by gettalong)
Prawn | HexaPDF | |
---|---|---|
11 | 26 | |
4,729 | 1,293 | |
0.5% | 1.4% | |
5.3 | 9.2 | |
11 days ago | 19 days ago | |
Ruby | Ruby | |
CERN Open Hardware Licence Version 2 - Strongly Reciprocal | AGPL-3.0, Nonstandard |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Prawn
Posts with mentions or reviews of Prawn.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-30.
-
How to write on a PDF using Ruby
Prawn: The fast, nimble PDF writer for Ruby
-
Show HN: Dropflow, a CSS layout engine for node or <canvas>
I'm a little confused by your comment. I've been using the Prawn library to generate PDFs on the backend for a side project I am working on for quite sometime https://github.com/prawnpdf/prawn
(Admittedly, the PDFs I generate are most certainly not beautiful, so maybe that's the difference)
-
Working with PDFs in Ruby
to view the email preview (note the PDF attachment included in the email):  ## Prawn PDF [Prawn PDF](https://github.com/prawnpdf/prawn) is a pure Ruby PDF- generation library that comes packed with features, such as PNG and JPG image embeds, generated file encryption, right-to-left text rendering, a way to incorporate outlines for easy document navigation, and a lot more. Prawn comes with its own DSL, which drives its powerful PDF generation abilities. ### When to Use Prawn Although it's not a fully featured report generation library like the well-known [Jasper Reports](https://community.jaspersoft.com/), with a bit of work using it's powerful DSL, you can generate some really cool and rather complex PDF documents with Prawn. Even so, it's important to note that Prawn isn't everything. If you want to generate PDFs from HTML, then you should look elsewhere, as the gem provides very limited support for inline styling, something of a hurdle if you're working with rich HTML documents. ### Installing and Using Prawn To get started with Prawn, install it with this command: ```bash gem install prawn
-
Need help
Is the Prawn gem something you can utilize?
-
Invoicing gem implementation
Prawn pdf: https://github.com/prawnpdf/prawn
-
Working on Script to auto-generate templates, help needed
Javascript isn't really my thing, so first I had a go with the Prawn library in ruby, but now I'm hacking LuaTex via Fennel and having a blast.
-
Creating PDFs in a Ruby on Rails application
You have a few options when trying to create a PDF in a Rails environment. Prawn and Wicked PDF have been around for quite a while. I have been using both gems and they work fine. However, they have a few limitations that can make it difficult to handle more complex PDFs. I recently discovered Grover, which can remediate some of this inflexibility in creating PDFs.
-
What libraries do you miss from other languages?
On this note, Ruby’s Prawn is great at the writing half and I miss it in pretty much every other language.
- Status Update 2021 (Prawn PDF Ruby Gem)
- Status Update 2021 (PrawnPDF OSS)
HexaPDF
Posts with mentions or reviews of HexaPDF.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-31.
-
Question about Yard
An example for a very simple setup is the cmdparse gem documentation. It only has a few additional documentation files that accompany the main API documentation. The other end of the spectrum is the documentation for HexaPDF which encompasses many additional documentation files besides the API documentation and deeply integrates the API docs into the whole documentation website.
-
I interviewed Mike Perham (of Sidekiq) on commercializing software, and quitting his job to work on Sidekiq full time. “by March 2014 I was making more money from Sidekiq Pro sales than my Clymb salary”
HexaPDF is a Ruby OSS library with a commercial version available and profitable.
-
Features for HexaPDF table implementation
So I'm collecting feature ideas for that table implementation at https://github.com/gettalong/hexapdf/discussions/231.
-
HexaPDF to extract text from PDF file
Hi there! I'm the author of HexaPDF.
-
Benchmarking Ruby 2.6 to 3.2
git clone https://github.com/gettalong/hexapdf.git
-
A pdf cutting / spliting program
You can use this HexaPDF script to do this:
-
HexaPDF Extras - Additional functionality for the HexaPDF library
I have just released my new gem hexapdf-extras which provides additional functionality on top of the HexaPDF library.
-
Multiple-page PDF to one-page PDF
You can use HexaPDF together with a small script to do this (see the third line on how to use the script):
-
Understanding Text in PDF
TrueType subsetting mainly consists of generating the necessary glyph and various index tables, and copying over all the other necessary tables which don't need to be adjusted. See https://github.com/gettalong/hexapdf/blob/master/lib/hexapdf/font/true_type/subsetter.rb for what is needed to subset.
-
What do you use ruby for?
for all my PDF processing needs, courtesy of HexaPDF,
What are some alternatives?
When comparing Prawn and HexaPDF you can also consider the following projects:
Wicked Pdf - PDF generator (from HTML) plugin for Ruby on Rails
Pdfkit - A Ruby gem to transform HTML + CSS into PDFs using the command-line utility wkhtmltopdf
CombinePDF - A Pure ruby library to merge PDF files, number pages and maybe more...
Grover - A Ruby gem to transform HTML into PDFs, PNGs or JPEGs using Google Puppeteer/Chromium
Squid - A Ruby library to plot charts in PDF files