Created
October 27, 2022 15:32
-
-
Save bjoerntx/74e3ef52c42787237a5786b61ebb764c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tx-document-viewer | |
width = "800px" | |
height = "800px" | |
basePath = "https://backend.textcontrol.com?access-token=yourtoken" | |
documentData = "PGh0bWw+PGJvZHk+PHA+VGVzdDwvcD48L2JvZHk+PC9odG1sPg==" | |
dock = "Window" | |
[toolbarDocked] = "true" | |
documentPath = "test.docx" | |
[isSelectionActivated] = "true" | |
[showThumbnailPane] = "true" | |
[resources] = "{ TX_SIGNATURE_GREETING_NEXT_BTN_TEXT: 'Please click here to continue' }"> | |
</tx-document-viewer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment