DocumentAssemblerAssembleDocument Method |
Name | Description | |
---|---|---|
![]() | AssembleDocument(Stream, Stream, DataSourceInfo) |
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.
|
![]() | AssembleDocument(String, String, DataSourceInfo) |
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.
|
![]() | AssembleDocument(Stream, Stream, LoadSaveOptions, DataSourceInfo) |
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.
|
![]() | AssembleDocument(String, String, LoadSaveOptions, DataSourceInfo) |
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.
|