Overload | Description |
---|---|
GenerateWordReport(String,String,Dictionary<String,ReplacementItem>) | Replace items in the source document and create a new word document |
GenerateWordReport(String,String,List<Dictionary<String,ReplacementItem>>) | Replace items in the source document and create a new multi-page word document |
GenerateWordReport(Stream,Stream,Dictionary<String,ReplacementItem>) | Replace items in the source document and create a new word document |
GenerateWordReport(Stream,Stream,List<Dictionary<String,ReplacementItem>>) | Replace items in the source document and create a new multi-page word document |