Forums
I am working on a project where we will submit documents to ESign Live from our electronic document storage system. Whenever the primary application stores the documents electronically, it automatically protects the PDF document from modification with a password. I do not have the ability to change this but I do have the necessary information to use PDFSharp.net to create a new document for submission to Esign Live that will not be secured.
Forums
Hi, Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ? I know its possible to set up a reminder before the creation of the package but what I am trying to do is to send a reminder at any given time after the creation of the package. The UI offers this possibility (see attached screenshot), I was hoping it is possible to do so via the API C# SDK Thanks Frederic
Forums
I have a client who is calling the ReportService method of the SDK However, for a specific date, he is getting the below error: Code snippet as below: Console.WriteLine("Calling for Completed "); //between 14/3/2016 - 15/3/2016 report = eslClient.ReportService.DownloadCompletionReportAsCSV(DocumentPackageStatus.COMPLETED, Start,End); ERROR as below: Could not download the completion report in csv. Exception: The remote server returned an error: (500) Internal Server Error.
Forums
Hello, I have a working form running app to sand box, I am now trying to make the sender dynamic. When I send the form with the sender email that was set up with original sand box account everything works fine. But if I try to use the second sender, the form never shows up in the inbox, and I get no error message. If would be great if the sandbox would log errors some place to trouble shoot these kind of issues when developing. I have confirmed the second senders email. What is going wrong? What is the best way to handle multiple senders? Thanks, Todd
Forums
Is there a way to use Silanis SDK to validate the signer's email address prior to actually creating the package? The email validation of the SDK during package creation seems stricter than usual email RegEx validations, and recognizes only a set of valid top-level domains. Would be good if we can leverage same email validation during data collection from user inputs.
Forums
Hi, Is it possible to add a signature to a document that has already been signed? Example. Document has one signing block. Person A has signed. Person B is now added to the package and also needs to sign the document Person A just signed. Can we add Person B to this same document? Thanks, Jason