Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, I'm using c# / .NET to code. I am having trouble writing signatures on pages other than page(0) of uploaded documents.

Replies Created

Reply to: How work with multi-page document? OnPage(1)

0 votes
Hi Haris, Thanks for getting back to me. Here is the error I am receiving: {"Could not upload document to package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/xxxxxxx=/documents. Optional details: {\"messageKey\":\"error.validation.invalidPageLocation\",\"message\":\"Invalid position. Object placed outside of document page boundary.\",\"code\":400,\"name\":\"Validation Error\"}"}

Reply to: How work with multi-page document? OnPage(1)

0 votes
Haris, Going on that error, I sent above. I am trying to access use a signature on page 2 of the Word document being uploaded here. So, I use "...OnPage(1), which then throws the error given above. For example, something simple as this throws an error and I'm not sure why... .WithDocument(DocumentBuilder.NewDocumentNamed(DOCUMENT2_NAME) .FromStream(fs2, DocumentType.WORD) .WithSignature(SignatureBuilder.InitialsFor(email1Signer1) .OnPage(1) .AtPosition(475, 640)) any suggestions how to work with multi-page documents? Also, how do you determine the size / boundaries of documents? Are there standard sizes? Thank you very much.

Subscriptions

Topics Replies Freshness Views Users
Hello, I'm using c# / .NET to code. I am having trouble writing signatures on pages other than page(0) of uploaded documents.
7 5 years 7 months ago 94
Profile picture for user Duo_Liang
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.