TX Text Control .NET Server for ASP.NET updated

Released: Feb 3, 2022

Actualizaciones en TX Text Control .NET Server for ASP.NET

Características

  • TX Text Control DocumentViewer for ASP.NET and ASP.NET Core - Electronic Signatures - A new feature can be used to retrieve signature data such as the electronic signature image data, timestamp and other related information for a custom signing process:
    • Default Signing Process - In the default signing process, users sign a document and click the Submit button to submit the signature data such as the electronic signature image and form field data. The server-side DocumentViewer controller is processing the signature and creates a document with the patched electronic signature. This document is then returned to a client-side callback that is defined through the signatures.setSubmitCallback method. From there, it can be used to create a digitally signed PDF in a separate, external method.
    • Redirect URL - In this new version, a redirect URL can be provided using the RedirectUrlAfterSignature property (or the signatures.setRedirectUrl JavaScript method) that is used to forward the signature data and/or signed document from the integrated DocumentViewer server-side controller.
      • After the user signed the document, the electronic signature is patched to the document and forwarded to the given URL including signature data such as the signature image and timestamp information.
      • A custom HttpPost method can be used to handle the signature data.
      • The public SignatureData model is part of the DocumentViewer.
      • This data can be used to process the signed document in a separate, custom process without sending the document back from client-side for further processing.
    • Redirect and Custom Signing - Added the ability to process the complete signing in a custom controller method. In this case, the JavaScript method setCustomSigning can be used to define whether the DocumentViewer is executing the signature process or if this should be handled by a custom method.