/pdfcrowd-ruby

A Ruby client library for the Pdfcrowd HTML to PDF API

Primary LanguageRubyMIT LicenseMIT

Pdfcrowd API - Ruby client library

The Pdfcrowd API lets you easily convert between HTML, PDF and various image formats in your Ruby applications.

To use the API, you need an account on http://pdfcrowd.com. If you don't have one, you can sign up here.

Installation

The recommended installation method is via RubyGems:

gem install pdfcrowd

Or you can build and install the gem manually:

git clone git@github.com:pdfcrowd/pdfcrowd-ruby.git
cd pdfcrowd-ruby/
make gem
gem install pdfcrowd-*.gem

Learn more

License

This client library is licensed under the MIT License.