convert
convert copied to clipboard
alternative appengine conversion api - pdf->image & image->image
convert
alternative for the appengine conversion api which was decommissioned November 2012
provides a webservice to convert pdf -> image & image -> image
integrates Ghostscript & ImageMagick with a thin NodeJS web wrapper with easy deployment on Heroku (free!)
released under a Apache 2.0 style license
usage

simply method=POST enctype=multipart/form-data an uploaded file to the server, with some arguments, and it'll return the result
view AppEngine Java for an example Java client that saves output to the blobstore
deploy
- install the heroku toolbelt and setup your account
- read these directions for setting up a NodeJS app
git clonethis repoheroku createto create an appservergit push heroku masterto push this code up to herokuheroku config:add NODE_ENV=productionheroku ps:scale web=1to start the serverhttp://yourapp.herokuapp.com/upload.htmlu: nixon p: @#$jfiehd1
develop
- see above for setting up the toolbelt and cloning this repo
sudo npm install -g nodemonto install nodemon globallynpm installto install the rest of the node dependencies locallybrew install ghostscript&&brew install imagemagick- you will need to install brew firstforeman startto start the serverhttp://localhost:5000/u: nixon p: @#$jfiehd1
documentation on how Ghostscript/ImageMagick can be compiled on Heroku