Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 20, 2024 11:59
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/d4bda23318f93502ad7901a55f693cfe to your computer and use it in GitHub Desktop.
Save bjoerntx/d4bda23318f93502ad7901a55f693cfe to your computer and use it in GitHub Desktop.
var signatureSettings = {
showSignatureBar: true,
redirectUrlAfterSignature: 'https://yourbackend.com/document/sign',
ownerName: 'Paul',
signerName: 'Jacob',
signerInitials: 'PK',
signatureBoxes: [ { name: 'txsign', signingRequired: true, style: 0 } ]
};
TXDocumentViewer.loadDocument(this.documentData.document, this.documentData.name, signatureSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment