Type Alias PdfCompositionOutput

Output to be used to export a composition of templates as pdf.

type PdfCompositionOutput = {
    pdfOutputs?: PdfOutput[];
    properties?: DocProperties;
}
Index

Properties

pdfOutputs?: PdfOutput[]

The ordered list of PDF outputs, the number must match the composable templates.

properties?: DocProperties

Properties of the document. In case of multiple composition, only properties specified in the composition output are taken and the ones specified in each output item are ignored.