Does anyone know how to get GhostScript working in Iron.io workers?
I am using the ffmpeg stack with node.js and need to convert a pdf to a series of jpegs using imagemagic and GhostScript is required for this.
Does anyone know how to get GhostScript working in Iron.io workers?
I am using the ffmpeg stack with node.js and need to convert a pdf to a series of jpegs using imagemagic and GhostScript is required for this.
Copyright © 2021 Jogjafile Inc.
You could add almost any .deb file to a worker package via keyword
deb(working) example:Also, you could find some other helpful examples there: https://github.com/iron-io/iron_worker_examples/tree/master/deb-packages