When I do this (I'm using coffeescript):
unoconv.convert 'C:/Users/me/Desktop/test.pptx', 'pdf', (err, result)->
console.log err
I get
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
Any idea on if this can be fixed?