Forums

Hello,
I get documentExtractError when create and send package with pdf document in REST API. It started when I added "extractAnchor".

 

Request failed with HTTP Code:: 400 Request Body:: {"messageKey":"error.validation.verifyDocument.documentExtractError","code":400,"message":"[error.validation.verifyDocument.documentExtractError]","name":"Validation Error"}

What I am doing wrong?

Here is json:

Forums

Hello,

When I go through the signing process and "Click to sign" on my mobile device I get an automated redirect to a "thank you page" which then 'completes' the signing process.  I would like to replicate this on the desktop, at the moment, I am presented with a thank you for using eSignLive, with two buttons "Close" and "Complete Signing" .

I am not to fussed about the dialog box appearing but would like to have a single button as "Close" aborts the journey and the transaction is sat there waiting to be completed.

Forums

I didn't find the request that will return anchor coordinates. Is there any possibility to do it?
And there is one more important unclear point. In .NET there is possibility to build package but not send for signature. It helps to get anchor coordinates by TextAnchorBuilder.AtPosition(TextAnchorPosition) and then send to signers. But in REST API we can only "build" and send in same time. So can I set coordinates for anchor in new document that is sent by REST API?