0.0
The project is in a healthy, maintained state
Add support for generating PDFs with chrome to a rails app
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Chromium::Pdf

A gem wrapping the Chrome print-to-pdf functionality used for creating pdf files.

It includes generators for establishing a template framework for implementing the generation into GoodJobs.

Installation

Add this line to your application's Gemfile:

gem 'chromium-pdf', github: 'RoleModel/chromium-pdf'

And then execute:

bundle

Usage

Run the installation generator to create dependency templates with:

bin/rails g chromium:pdf:install

This will create an example job file, GoodJobs initializer, and app.json.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/RoleModel/chromium-pdf.

License

The gem is available as open source under the terms of the MIT License.