@s1seven/node-red-generate-pdf 0.0.9
A simple node-red module that wraps the S1Seven generatePdf module and allows it to be used in node-red.
Usage
This is a custom node that wraps the S1Seven schema tools PDF generator in a custom node that can be used in Node-Red. Simply pass in a valid JSON certificate as msg.payload
. msg.payload
will be set to a buffer
when it is output from the custom node. Connect it to a write file
node to write it to your filesystem.