Forums
Hi Silanis team- I cannot find any documentation on the unit of measure used for the Signature block position (X,Y) and dimensions (Height,Width). Is it pixels? Points? Inches? Also, if anyone knows/remembers-- we are currently using Version 4.x / hosted of the Silanis framework. Has the unit of measure changed between this and cloud-version 6.0 Enterprise? Given the same values, the Signature shows up in different places in 6.0. Thanks for any input, =maina)
Forums
We are trying to test the connection status to make sure there is not issues with a firewall. Since you do not have a test connection parameter baked into the .Net SDK we just created the new ESL client then make a request for existing doc's or layouts or something. But when we do this nothing shows up in a fiddler trace, how can we check the connection status via web traffic?
Forums
After a signing has been completed, I call eslClient.DownloadOriginalDocument and it correctly returns the original unsigned document. However, when I call eslClient.DownloadDocument, it returns the original unsigned document instead of returning the signed document. I have verified that I am using the correct package ID and document ID. Please advise.
Forums
When I create a package from a PDF document and combine the EnableExtraction() calls to extract form field positions, and I add an .WithInjectedField() clause, I do not get any data injected in the static fields. I now have to do it in 2 steps: 1) Create a layout from the PDF with EnableExtraction() 2) Create a package and base it on the Layout and specify WithInjectedField() on this package This works, but it is a bit clunky and it requires the need in our case for a Console like app that will create Layouts from business PDF's prior to it being able to be used from within our custom appli
Forums
Is there a way to get notifications from eSignLive when certain events happen? For example, if we send out a document for signature and the person signs or declines the package, is there a way to receive notifications about this so our system can react appropriately?