Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 23, 2020 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/02b53352a6a3987776bcf32908f60ad6 to your computer and use it in GitHub Desktop.
Save bjoerntx/02b53352a6a3987776bcf32908f60ad6 to your computer and use it in GitHub Desktop.
@using TXTextControl.Web
@using TXTextControl.Web.MVC
@Html.TXTextControl().TextControl(settings =>
{
settings.Dock = DockStyle.Window;
}).LoadText("App_Data/invoice.docx",StreamType.WordprocessingML).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment