@apxc/node-red-contrib-apxc-pdfmake 0.0.1

This node is a simple wrapper around pdfmake, a JSON based solution to create PDFs from a given document definition.

npm install @apxc/node-red-contrib-apxc-pdfmake

[@Apxc/node-red-contrib-apxc-pdfmake]

This node is a simple wrapper around pdfmake, a JSON based solution to create PDFs from a given document definition.

pdfmake website

Usage

There is just one node, and it expects an object in msg.payload with a valid docDefinition like:

{ 
	"content": [
		"First paragraph",
		"Another paragraph, this time a little bit longer to make sure, this line will be divided into at least two lines"
	]
	
}

Node Info

Version: 0.0.1
Updated 2 days ago
License: MPL-2.0
Rating: not yet rated

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • apxc-pdfmake

Keywords

  • node-red
  • pdfmake
  • pdf
  • apxc
  • base64

Maintainers