When i run in window ... its working fine ... but in mac its not working ...
I had already installed pdftk
pdfFiller.generateFDFTemplate(sourcePDF,` nameRegex).then((fdfData) => {
console.log(fdfData);
}).catch((err) => {
console.log('error : '+err)
});
Result = error : TypeError: spawn is not a function
When i run in window ... its working fine ... but in mac its not working ...
I had already installed pdftk
Result = error : TypeError: spawn is not a function