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.
targetPath
String
The path to a result document.
dataSourceInfos
DataSourceInfo[]
Provides information on data source objects to be used.
Return Value
A flag indicating whether parsing of the template document was successful. The returned flag makes sense only if a value of the Options property includes the InlineErrorMessages option.
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.
The path to a template document to be populated with data.
targetPath
String
The path to a result document.
loadSaveOptions
LoadSaveOptions
Specifies additional options for document loading and saving.
dataSourceInfos
DataSourceInfo[]
Provides information on data source objects to be used.
Return Value
A flag indicating whether parsing of the template document was successful. The returned flag makes sense only if a value of the Options property includes the InlineErrorMessages option.
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.
Return Value
A flag indicating whether parsing of the template document was successful. The returned flag makes sense only if a value of the Options property includes the InlineErrorMessages option.
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.
Specifies additional options for document loading and saving.
dataSourceInfos
DataSourceInfo[]
Provides information on data source objects to be used.
Return Value
A flag indicating whether parsing of the template document was successful. The returned flag makes sense only if a value of the Options property includes the InlineErrorMessages option.