Documentation

Ruby API Client Library

The PDFCrowd Ruby client library lets Ruby applications use the conversion APIs. Conversion runs on PDFCrowd's servers.

For conversion guides, examples and API references, see the API documentation.

You can choose from the following installation options:

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

Archived Versions