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.
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
- API Home: https://pdfcrowd.com/api/
- API Reference: https://pdfcrowd.com/api/html-to-pdf-ruby/
- Interactive API Playground:
This client library is licensed under the MIT License.