HyPDF
HyPDF Heroku Add-on API
Node.js wrapper for theThis is a Node.js version the official Ruby wrapper for working with HyPDF on Heroku
Installation
Through NPM
$ npm install hypdf
or using Git
$ git clone git://github.com/treygriffith/hypdf.git node_modules/hypdf/
How to Use
var HyPDF = ; var hypdf = processenvHYPDF_USER processenvHYPDF_PASSWORD // default options to use - these can be changed for each individual API request bucket: "MY_S3_BUCKET" public: true // all S3 uploads will be public by default test: true // we are in test mode - these requests won't count against our HyPDF quota; hypdf;
Documentation
Full API documentation for HyPDF can be found here.