RenderPdfTemplateDto
Properties
| Name | Type | Description | Notes |
|---|
| templateId | BigDecimal | ID of the template to render | [default to null] |
| fileName | String | Output filename for the generated PDF | [optional] [default to null] |
| context | Map | Context variables to inject into the template | [default to null] |
| metadata | PdfMetadata | PDF metadata (title, author, subject, etc.) | [optional] [default to null] |
| renderer | String | Override the template renderer for this request | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]