PDF to jpg web service
Does anyone know of a (possibly) RESTFul web apis to convert pdf to jpgs, so that it can be used via a Rebol script ?
posted by: lm 4-Nov-2017/6:19:44-7:00
Not an online service, but you could use ImageMagick with GhostScript via CALL: call "convert foo.pdf foo.jpg"
posted by: Chris 5-Nov-2017/10:46:45-8:00
|