Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 20, 2024 12:03
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/dcb44b5423a3ba83976b600db276b9ca to your computer and use it in GitHub Desktop.
Save bjoerntx/dcb44b5423a3ba83976b600db276b9ca to your computer and use it in GitHub Desktop.
<tx-document-viewer
width = "800px"
height = "800px"
basePath = "https://backend.textcontrol.com?access-token=yourtoken"
documentData = "..."
[signatureSettings] = "{
showSignatureBar: true,
ownerName: 'Paul',
signerName: 'Jacob',
defaultSignatureFont: 'Pacifico',
signatureBoxes: [ {name: 'txsign', signingRequired: true, style: 1} ]
}">
</tx-document-viewer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment