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 →

Pronto Server v3.7 Release Notes

Pronto Server Installation Guides No Comments

New Features in version 3.7 (September 2009): 1) Added the ability to retrieve the original source document, in addition to the interim and final signed documents. Specify the query string value "&ps_orig=1" on the http call to "GetDocument.asp" or "GetDocument2.asp"...

Continue reading →

Q. Why do I get the error, "Cannot process a stream object."

Pronto Development / ProntoOpenNet FAQs No Comments

A. If you are using IIS, you need to change two IIS Metabase values. Steps: 1) Using IIS Manager check the "Enable Direct MetaBase Edit" in the properties of the local computer node. 2) Restart the IIS Admin Service. 3) Carefully edit the "c:\windows\system32\inetsvr\MetaBase.xml"...

Continue reading →

Pronto Server v3.7 Installation Guides

Pronto Server Installation Guides No Comments

Preparation Guide for Server 2003: DOWNLOAD Preparation Guide for Server 2008: DOWNLOAD Installation Guide for Server 2003 DOWNLOAD Installation Guide for Server 2008 DOWNLOAD...

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.7.0.5 Version 3.7.0.5 – Posted February 22, 2010 Enabled Base64 version of HTML Inline document data source which was previously omitted. Added Signature AccessToken readonly property to the Signature object. AccessToken gets populated with the rest of the Signature...

Continue reading →

Q. How do I Install the Pronto Server License using a Domain Account

Pronto Server Installation FAQs No Comments

A. Make sure you are logged in the server as the Domain Account that you are installing running ProntoServer under and that the account is an administrator to this server as well. This example will use MyDomain as the Domain and MyDomain \ProntoServer as the domain user account.  You will need to...

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 →

Q. Why don’t I get redirected to my signing page when I’m developing?

Pronto Development / ProntoOpenNet FAQs No Comments

A. If you want your users to be automatically redirected to the signing page you have to set this: signer.Link = Pronto.Signer.LinkTypes.Url If you are in debug mode ( Transaction.Debug.Active = True ) then it blocks the automatic-redirect for debugging/developing purposes and gives you links to click...

Continue reading →

Q. After I Transaction.Commit(), what read-only properties get populated in the response from Pronto?

Pronto Development / ProntoOpenNet FAQs No Comments

A. Transaction.Error Transaction.ErrorFriendlyMessage Transaction.OriginalReturnString Transaction.ID NOTE: Document will always be an index of zero since there can currently only be one document per transaction Transaction.Document(0).ID Transaction.Document(0).URL Transaction.Document(0).AccessToken...

Continue reading →