CreatePdfTemplateDto

Properties

NameTypeDescriptionNotes
nameStringTemplate name[default to null]
typeStringTemplate type[default to null]
rendererStringPDF renderer to use[default to null]
pageSizeStringPage size (e.g. A4, letter). Only used if pageWidthPt and pageHeightPt are not set.[optional] [default to null]
pageWidthPtBigDecimalPage width in points[optional] [default to null]
pageHeightPtBigDecimalPage height in points[optional] [default to null]
marginMarginPage margins[optional] [default to null]
headerHeightPtBigDecimalHeader height in points[optional] [default to null]
footerHeightPtBigDecimalFooter height in points[optional] [default to null]
headerMarginMarginHeader margin[optional] [default to null]
footerMarginMarginFooter margin[optional] [default to null]
defaultsCreatePdfTemplateDto_defaults[default to null]

[Back to Model list] [Back to API list] [Back to README]