PDF Render
Renders HTML into a PDF document.
Revision History
1.0.0.5 Initial release.
Properties
HtmlDocument
Type: Multiline Text Input
The HTML document to render into a PDF document.
PageConfiguration
Type: Multiline Text Input
JSON configuration that controls PDF page orientation and margins. If this field is empty, the Node uses the default orientation and margins.
{
"Orientation": "Portrait",
"TopMargin": 5,
"BottomMargin": 5,
"LeftMargin": 5,
"RightMargin": 5
}
Document
Type: Byte Output
The generated PDF document as a byte array.
Remarks
Using Samples
This Node provides basic samples. Use Node Samples to get sample requests.
See Also
Use the HTML Render Node before this Node when you need to generate the HTML first.