A Ruby gem to transform HTML + CSS into PDFs using the command-line utility wkhtmltopdf

PDFKit Create PDFs using plain old HTML+CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit. Install PDFKit gem install pdfkit wkhtmltopdf Install by hand (recommended): h
Information
Category: Ruby / PDF
Watchers: 32
Star: 2.9k
Fork: 418
Last update: Dec 4, 2023

Related Repos


PDF
197

adworse Iguvium Iguvium extracts tables from PDF file in a structured form. It works like this. Take this PDF file: Use this code: pages = Iguvium.read('filename.pdf') tables = pages[1].extract_tables! csv = tables.first.to_a.map(
 
PDF
1.1k

asciidoctor Asciidoctor PDF: A native PDF converter for AsciiDoc Lo and behold, a native PDF converter for AsciiDoc built with Asciidoctor and Prawn! No more middleman. No more DocBook toolchain. It’s AsciiDoc strai
 
PDF
701

boazsegev CombinePDF - the ruby way for merging PDF files CombinePDF is a nifty model, written in pure Ruby, to parse PDF files and combine (merge) them with other PDF files, watermark them or stamp them (all using the PDF file format
 
PDF
535

walle gimli – utility for converting markup to pdf Description Gimli is a utility for converting markup to pdf files. Useful for reports and such things. It’s a developed version of textile2pdf to support multiple markup s
 
PDF
660

fnando kitabu Kitabu is a framework for creating e-books from Markdown using Ruby. Using Prince PDF generator, you'll be able to get high quality PDFs. Also supports EPUB, Mobi, Text and HTML generation. While Prince is too expensi
 
PDF
2.9k

pdfkit PDFKit Create PDFs using plain old HTML+CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit. Install PDFKit gem install pdfkit wkhtmltopdf Install by hand (recommended): h
 
PDF
4.5k

prawnpdf Prawn: Fast, Nimble PDF Generation For Ruby Prawn is a pure Ruby PDF generation library that provides a lot of great functionality while trying to remain simple and reasonably performant. Here are some of the important featu
 
PDF
285

adjust Shrimp Creates PDFs from URLs using phantomjs Read our blogpost about how it works. Installation Add this line to your application's Gemfile: gem 'shrimp' And then execute: $ bundle Or install it yourself as:
 
PDF
218

nullscreen Squid Squid helps you write Ruby code to draw graphs in PDF files. The source code is available on GitHub and the documentation on RubyDoc. Prawn is a great Ruby library to generate PDF files but lacks high-level compone
 
PDF
3.5k

mileszs Wicked PDF A PDF generation plugin for Ruby on Rails Wicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML. In other words, rather than dealing with a PDF generation DSL of some sort
 
PDF
282

igor-alexandrov wisepdf Wkhtmltopdf wrapper done right. Wisepdf uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML. In other words, rather than dealing with a PDF generation DSL of some sort, you simply write an HT