Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 13, 2024 14:28
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/130ea8e70d5067864a3c3cfcc5a9b736 to your computer and use it in GitHub Desktop.
Save bjoerntx/130ea8e70d5067864a3c3cfcc5a9b736 to your computer and use it in GitHub Desktop.
<tx-document-viewer
width="800px"
height="800px"
basePath="https://backend.textcontrol.com?access-token=yourtoken"
[documentLoadSettings] = "{
pdfjs: {
workerSourcePath: 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.0.379/pdf.worker.min.mjs',
librarySourcePath: 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.0.379/pdf.min.mjs'
}}">
</tx-document-viewer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment