Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created August 11, 2020 10: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/163af3f23e88035d909f2e8012bc4729 to your computer and use it in GitHub Desktop.
Save bjoerntx/163af3f23e88035d909f2e8012bc4729 to your computer and use it in GitHub Desktop.
<tx-document-viewer
width = "800px"
height = "800px"
basePath = "https://backend.textcontrol.com?access-token=yourtoken"
dock = "Fill"
toolbarDocked = true
isSelectionActivated = true
showThumbnailPane = true>
</tx-document-viewer>
<div class="fileButtons">
<input (change)="onChangeLoad($event)" type="file" id="fileinput" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment