@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.
[@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.
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"
]
}