Loads a template document from the specified source path, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target path using default
LoadSaveOptions.
The path to a template document to be populated with data.
target_path
str
The path to a result document.
data_source_infos
list
Provides information on data source objects to be used.
assemble_document
Loads a template document from the specified source stream, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target stream using default
LoadSaveOptions.
Provides information on data source objects to be used.
assemble_document
Loads a template document from the specified source path, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target path using the given
LoadSaveOptions.
Specifies additional options for document loading and saving.
data_source_infos
list
Provides information on data source objects to be used.
assemble_document
Loads a template document from the specified source stream, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target stream using the given
LoadSaveOptions.