Releases: maielo/pdftk-fill-pdf
Releases · maielo/pdftk-fill-pdf
updated readme
- updated readme with description and banner da7ca97
Allow custom temp path
Allow custom temp path
v2.0.4
v2.0.3
Breaking change
for commonJS
// from
const pdfFill = require('pdftk-fill-pdf');
// to
const pdfFill = require('pdftk-fill-pdf').default;
new API
await pdfFill.generateXfdf();
await pdfFill.execPdftk();