Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 806 Bytes

readme.md

File metadata and controls

38 lines (25 loc) · 806 Bytes

Stories in Ready

pdfkit-form


npm version Code Climate

Install

$ npm install --save pdfkit-form

Usage

var pdfkitForm = require('pdfkit-form');

var options = {
  size:"A4",
  margins:{top:20,left:25,bottom:20,right:25},
  bufferPages: true,
}

var pdfkitForm =  pdfkitForm(options);

pdf.text('hello');
...

API

pdfkitForm([options])

options

License

MIT © Artoo