Ruby API Client Library

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

You can choose from the following installation options:

You can install the client library from rubygems.org
gem install pdfcrowd
  1. Download pdfcrowd-6.2.1.gem.
  2. Extract the archive and run the following commands:
    gem install pdfcrowd-6.2.1.gem
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-6.2.1.gem

Archived Versions