Constructs a new DocumentMergeParams instance.
The parameters for constructing an instance of DocumentMergeParams.
Optional fragments?: object[]The Fragments JSON object or a JSON array to resolve fragments in the document template. To know more about fragments use-case in document generation and document templates, please see the documentation.
The JSON data to be used for merging. Cannot be undefined.
Optional outputThe target format of the generated output document. The default value is PDF.
Private Optional Readonly _fragmentsPrivate Readonly _jsonPrivate Optional Readonly _outputReturns the Fragments JSON object or a JSON array to resolve fragments in the document template.
the fragments to be used for merging.
Represents the input datasource for the document merge process as a JSON object
the input JSON Data to be merged with document template
Returns the intended OutputFormat of the generated document.
the OutputFormat of the generated document.
Generated using TypeDoc
Parameters for document generation using DocumentMergeJob.