Update v3.9.3.0 for Pronto OpenNet released...

Pronto Development / ProntoOpenNet No Comments

Update v3.8.0.7 for Pronto OpenNet released... Please see the main post for details: http://blog.alphatrust.com/prontodevelopment/prontoopennet/pronto-opennet-download-and-release-history/...

Continue reading →

Update v3.8.0.7 for Pronto OpenNet released...

Pronto Development / ProntoOpenNet No Comments

Update v3.8.0.7 for Pronto OpenNet released... Please see the main post for details: http://blog.alphatrust.com/prontodevelopment/prontoopennet/pronto-opennet-download-and-release-history/...

Continue reading →

Update v3.8.0.2 for Pronto OpenNet released

Pronto Development / ProntoOpenNet No Comments

Update v3.8.0.2 for Pronto OpenNet released... Please see the main post for details: http://blog.alphatrust.com/prontodevelopment/prontoopennet/pronto-opennet-download-and-release-history/...

Continue reading →

Update 3.7.0.5 for Pronto OpenNet released

Pronto Development / ProntoOpenNet No Comments

Update v3.7.0.5 for Pronto OpenNet released... Please see the main post for details: http://blog.alphatrust.com/prontodevelopment/prontoopennet/pronto-opennet-download-and-release-history/...

Continue reading →

Custom Email Notification Information per Signer Functionality in v3.6

Pronto Development / ProntoOpenNet No Comments

We have new functionality for customizing email notifications on a “per Signer” basis.  This functionality will be available in Pronto Server version 3.6 with the AlphaTrust.Pronto.OpenNet.dll version 3.6  (file version 3.6.0.3). Here is a code example: ... Dim en As New Pronto.Signer.EmailNotification...

Continue reading →

Pronto OpenNet Download and Release History

Pronto Development / ProntoOpenNet No Comments

DOWNLOAD: Pronto OpenNet v3.9.3.0 Version 3.9.3.0 – Posted December 16, 2011 Added functionality for SignBehaviors, CancelBehaviors and ErrorBehaviors for signatures. Version 3.8.0.7 – Posted April 6, 2011 Fixed userfilenametype bug that was passing in the string enum instead of the integer...

Continue reading →

Custom Signer Action Example (for Pronto version 3.5+ and ASP.NET)

Pronto Development / ProntoOpenNet No Comments

This is an example of how collect data from the signer just before they sign and merge the data into the document all while still inside the Pronto automated signature request process.  This example is written in .NET. (For Classic ASP see this post )   This is the create transaction page  ...

Continue reading →

Customer Signer Action Example (for Pronto version 3.5+ and Classic ASP)

Pronto Development / ProntoOpenNet No Comments

DOWNLOAD: Custom Signer Action Example This is an example of how collect data from the signer just before they sign and merge the data into the document all while still inside the Pronto automated signature request process.  This example is written in classic ASP. This is the create transaction...

Continue reading →

PRONTO SDK Example Code for ASP.NET Developers

Pronto Development / ProntoOpenNet No Comments

DOWNLOAD: PRONTO SDK Example Code for ASP.NET Developers Install Instructions: Download the zip file by clicking on the link above Extract to your Desktop Open in Visual Studio 2005+ Update Web.Config with your Pronto Account and Password (see web.config file for more information) provided by AlphaTrust...

Continue reading →

Standard Signature Action Types

Pronto Development / ProntoOpenNet No Comments

"Work Flow Actions" are work flow steps that you can program to accomplish specific actions in advance of or after the signing operation for a particular signature or document. In this version only "pre" signature actions and one "post" document action are supported. In...

Continue reading →