Method | Description | |
---|---|---|
DocumentGenerator ( string templateFileName, string targetPath, string>.Dictionary |
Constructor for the DocumentGeneration Class
|
|
GenerateDocument ( ) : TemplateGenerationResult |
Generates the Word Document and performs the Mail Merge
|
Method | Description | |
---|---|---|
ConvertTemplate ( ) : TemplateGenerationResult |
Converts the DOTX to DOCX
|
public DocumentGenerator ( string templateFileName, string targetPath, string>.Dictionary |
||
templateFileName | string | File to base the document off of |
targetPath | string | File path for the generated document |
values | string>.Dictionary | Key value pair containing items to be replaced in the document |
transactionDetailsList | List |
|
log | log4net.ILog | |
return | System |
public GenerateDocument ( ) : TemplateGenerationResult | ||
return | TemplateGenerationResult |