Ruby API Client Library

The Ruby API client library enables easy implementation of the Pdfcrowd API in your Ruby applications.

You can choose from the following install options:

install icon You can install the client library from rubygems.org
gem install pdfcrowd
install icon Download pdfcrowd-5.18.0.gem and run
gem install pdfcrowd-5.18.0.gem
install icon Clone pdfcrowd-ruby from Github and install the library.
git clone https://github.com/pdfcrowd/pdfcrowd-ruby
cd pdfcrowd-ruby
make dist
gem install pdfcrowd-5.18.0.gem