Skip to content

Vydia/pdfcrowd-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Ruby client library for the Pdfcrowd HTML to PDF API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.9%
  • Makefile 0.1%