Skip to content

Releases: maielo/pdftk-fill-pdf

updated readme

22 May 13:01
Compare
Choose a tag to compare
  • updated readme with description and banner da7ca97

v2.1.0...v2.1.1

Allow custom temp path

03 Jun 20:07
Compare
Choose a tag to compare

Allow custom temp path

v2.0.4

09 Mar 01:04
Compare
Choose a tag to compare

v2.0.3

09 Mar 01:02
Compare
Choose a tag to compare

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();

v2.0.2...v2.0.3