Forums
We have been using Silanis .NET SDK for almost a year now and have a separate staging environment that uses the sandbox Silanis environment. However, today, this code below started failing as GetTemplates() is not returning anything. We're using Silanis.ESL v10.9.0.0. var client = new EslClient(ApiToken, BaseUrl); var templates = client.PackageService.GetTemplates(new PageRequest(0));
Forums
Hello, we have a scenario where we use ABCpdf to load a PDF document, populate form field values in the document and then use the document in an eSign package. When we try to send the package we receive a "Bad Request" response back:
Could not upload document to package. Exception: The remote server returned an error: (400) Bad Request.
Optional details: {"entity":null,"packageId":null,"messageKey":"error.validation.verifyDocument.hasNeedAppearancesFlag","technical":null,"message":"This document has the \"NeedAppearances\" flag set.
Forums
Hi, For online integration we are facing the version issue, We are not getting the Current version 10.10.1 from (VersionUtil.getVersion()) in the EslClient.cs. But this works if we modify our code to var CurrentVersion = "10.10.1"; eslpackage.Attributes.Append("sdk", ".NET v" + CurrentVersion); Is there any other way we can handle this? Regards Saishri.
Forums
Hello, I hope someone can help me out with this, since I was not able to find an answer to my questions in the documentation that I read on your site. Here is what I am trying to do: 1. Take existing PDF document and add all required placeholders/signature fields to it. 2. Determine location of each of these fields (x and y positions) 3. Save this document as a template so that I can later use it when creating a package in .Net to send to you for handling the document signature. 4.