Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 815 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 815 Bytes

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.