Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 980 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 980 Bytes

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 [email protected]: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.