PDF Render

Help article for the PDF Render Node

Revision History

1.0.0.5 Initial Release.

Properties

HtmlDocument

Type: Multiline Text Input
The HTML Document that will be rendered into a PDF document.

PageConfiguration

Type: Multiline Text Input
JSON Configuration which specifies how the PDF pages should render.

{
	"Orientation": "Portrait",
	"TopMargin": 5,
	"BottomMargin": 5,
	"LeftMargin": 5,
	"RightMargin": 5
}

Document

Type: Object Output
The generated PDF document (emitted as a byte array).

Remarks

Using Samples

This Node provides Basic Samples. Use Node Samples to obtain sample requests to get started.

See Also

The HTML Render Node is typically used before the PDF Render Node to generate the HTML document to render into a PDF document.