pdfkit-form

0.1.2 • Public • Published

pdfkit-form

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

Readme

Keywords

Package Sidebar

Install

npm i pdfkit-form

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • kushdilip