<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Nov 2016 15:53:00 Z</lastBuildDate><pubDate>31 Oct 2016 13:57:00 Z</pubDate><description>Hi&#13;
&#13;
I want to integrate document signing into my application and are taking a look at esignLive.&#13;
&#13;
They have a .NET component but besides loading the ,NET dll's into my webdev application I have no idea what I am doing.&#13;
&#13;
There sample code in C# look like this:&#13;
&#13;
PRIVATE static string apiUrl = "https://sandbox.esignlive.com/api";&#13;
// USE https://apps.esignlive.com/api FOR PRODUCTION&#13;
PRIVATE static string apiKey = "YOUR_API_KEY";&#13;
EslClient EslClient = new EslClient(apiKey, apiUrl);&#13;
FileStream fs = File.OpenRead("PATH_TO_YOUR_PDF");&#13;
DocumentPackage superDuperPackage = PackageBuilder&#13;
.NewPackageNamed("Test Package .NET")&#13;
.WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings())&#13;
.WithSigner(SignerBuilder.NewSignerWithEmail("signer.email@example.com")&#13;
.WithFirstName("Signer First Name")&#13;
.WithLastName("Signer Last Name")&#13;
.WithCustomId("Signer"))&#13;
.WithSigner(SignerBuilder.NewSignerWithEmail("your.email@example.com")&#13;
.WithFirstName("Your First Name")&#13;
.WithLastName("Your Last Name"))&#13;
.WithDocument(DocumentBuilder.NewDocumentNamed("sampleAgreement")&#13;
.FromStream(fs, DocumentType.PDF)&#13;
.WithSignature(SignatureBuilder&#13;
.SignatureFor("signer.email@example.com")&#13;
.OnPage(0)&#13;
.AtPosition(175, 165))&#13;
.WithSignature(SignatureBuilder&#13;
.SignatureFor("your.email@example.com")&#13;
.OnPage(0)&#13;
.AtPosition(550, 165))&#13;
)&#13;
&#13;
.Build();&#13;
&#13;
PackageId PackageId = EslClient.CreatePackage(superDuperPackage);&#13;
EslClient.SendPackage(PackageId);&#13;
&#13;
In WebDev I have these properties under the .NET Assemblies.&#13;
&#13;
Image was attached.&#13;
&#13;
Can anybody help with creating the variable so that I can change the properties of:&#13;
&#13;
NewPackageNamed&#13;
Withsettings&#13;
WithSigner&#13;
&#13;
etc. etc.&#13;
&#13;
Off course if somebody can suggest something better, faster, easier, cheaper to get and control the different signatures on documents it will also help.&#13;
&#13;
Thanks in advance&#13;
&#13;
&#13;
Ericus Steyn&#13;
[attachment 2207 Capture.PNG]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive/read.awp</link><title>[WB 19] DotNet integration with eSignLive</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive-60211/read.awp</comments><pubDate>2 Nov 2016 15:53:00 Z</pubDate><description>Hallo Allard&#13;
&#13;
But will you have all the features such as an audit trial of who signed, when, if multiple signatures are requir…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive-60211/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive-60211/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive/read.awp">[WB 19] DotNet integration with eSignLive</source><title>Re: [WB 19] DotNet integration with eSignLive</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive-60202/read.awp</comments><pubDate>1 Nov 2016 22:06:00 Z</pubDate><description>hI eRICUS,&#13;
&#13;
document signing is supported by both windev and webdev. In webdev there is even an example on getting the signatu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive-60202/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive-60202/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60182-19-dotnet-integration-with-esignlive/read.awp">[WB 19] DotNet integration with eSignLive</source><title>Re: [WB 19] DotNet integration with eSignLive</title></item></channel></rss>
