Skip to content

Wrapper over pdfkit to print beautiful forms

License

Notifications You must be signed in to change notification settings

ArtooTrills/pdfkit-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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