Miller Carvalhaes

Results 1 issues of Miller Carvalhaes

I'm having somre troubles to create PDF file. ``` let html = " HELLO ! "; let OPTIONS = {phantomPath: './node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs'}; pdf.create(html, OPTIONS).toFile('output.pdf', function (err, res) { if (err){ console.log(...