I am using pdffiller-stream to fill pdf
pdfFiller.fillForm( sourcePDF, values) .toFile(destination) .then(() => { console.log(\'created pdf file\'); }).cat