Aptible::DocumentHelpers
Include Aptible::DocumentHelpers
in your Prawn::Document
for easy Aptible-styled PDF generation.
Installation
Add aptible-prawn-helpers
to your Gemfile
gem 'aptible-prawn-helpers'
and install the gem with bundle install
.
Usage
To load the helpers, just include the module in your Prawn::Document
definition:
class AptibleDocument < Prawn::Document
include Aptible::DocumentHelpers
end