Classes
Methods
# async createPdfFromHtmlTemplate(parent_sid, request_data) → {RestResponse}
Create PDF file from html template and save it in infohub under given shortid of parent.
Uses endpoint: https://.SERVICE_RENDER./{scope}/pdf/nodes/{node}
Get access token and scope from infohub context.
Parameters:
| Name | Type | Description |
|---|---|---|
parent_sid |
string
|
Create the new document as child of this node |
request_data |
object
|
Sources and configuration, see documentation of endpoint for more details |
- Since:
- 10.12.2025, ar
Response of REST call
# async createXlsFromTree(parent_sid, request_data) → {RestResponse}
Create XLS file from node tree.
Uses endpoint: https://.SERVICE_RENDER./{scope}/xls/nodes/{node}/tree
Get access token and scope from infohub context.
Parameters:
| Name | Type | Description |
|---|---|---|
parent_sid |
string
|
Create the new document as child of this node |
request_data |
object
|
Sources and configuration, see documentation of endpoint for more details |
- Since:
- 08.2025, jh
Response of REST call