Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 20, 2023 16:51
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/ef5b292aacd6b810f0fe82b7f670f8f5 to your computer and use it in GitHub Desktop.
Save bjoerntx/ef5b292aacd6b810f0fe82b7f670f8f5 to your computer and use it in GitHub Desktop.
@using TXTextControl.Web.MVC.DocumentViewer
<div style="width: 800px; height: 600px;">
@Html.TXTextControl().DocumentViewer(settings => {
settings.DocumentPath = "App_Data/test.pdf";
settings.Dock = DocumentViewerSettings.DockStyle.Fill;
settings.DocumentLoadSettings.PDFJS.BasePath = "lib/pdf.js/";
}).Render()
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment