Skip to content

Instantly share code, notes, and snippets.

View msalokangas's full-sized avatar

Mikko Salokangas msalokangas

  • https://vincit.com
  • Helsinki - California
View GitHub Profile

pdfmake

Use in node.js

The module on npm exposes the pdfmake Printer, which the docs themselves do not cover. Using it is pretty simple though.

var path = require('path');
var Printer = require('pdfmake');