Open phheetty opened 4 years ago
var options = { format: 'Letter', width: "300px", height: auto } pdf.create(html, options).toFile(path, function(err, res) { if (err) return console.log(err); console.log(res); });
auto
var options = { format: 'Letter', width: "300px", height:
auto
} pdf.create(html, options).toFile(path, function(err, res) { if (err) return console.log(err); console.log(res); });