Installation

Simple and easy to follow

Node-i2djs source code is developed using the CommonJS module system.

npm package:

node-i2djs npm package can be installed using the below cmd.

$ npm install node-i2djs --save

Importing.

Import modules into the namespace.

let { canvasLayer, canvasPdfLayer, path } = require('node-i2djs');

canvasPdfLayer for PDF purpose, create multi page PDF's.

canvasLayer for non PDF requirements, create images, etc.

Last updated