Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Open the template file with WordTemplate.Open()

Csharp
3
3
WT.Open(Page.MapPath("templates\\template.docx"));

...

8. Save the output with WordTemplate.Save().

Csharp
7
7
WT.Save(Response, "Output.docx", false);

...