Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, I am working with .NET SDK. Currently according to my requirement I need to change my enforceCaptureSignature to true for allowing user for multiple time signing.

Replies Created

0 votes
Hello , Thanks for your help. I tried this with my code like : private static void testEnforceCapture() { var eslClient = new EslClient(_apiKey, _apiUrl); var fs = File.OpenRead("Test.pdf"); var pack = PackageBuilder.NewPackageNamed("12345") .WithSigner(SignerBuilder.NewSignerWithEmail("[email protected]") .WithFirstName("SSSSS") .WithLastName("ZZZZZZZ") .WithCustomId("signer1")) .WithDocument(DocumentBuilder.NewDocumentNamed("Test").EnableExtraction().WithExtractionType(ExtractionType.TEXT_TAGS) .FromStream(fs, DocumentType.PDF).WithSignature(SignatureBuilder.CaptureFor("[email protected]") .EnableEnforceCaptureSignature())) .Build(); eslClient.CreateAndSendPackage(pack); } And in pdf I have added 2 tags {{esl:signer1:capture:size(150,50)}} {{esl:signer1:capture:size(150,50)}}. Yet if I am filling first sign it's auto setting it to next one. Can you please help me where I am doing wrong.

Subscriptions

Topics Replies Freshness Views Users
Hello, I am working with .NET SDK. Currently according to my requirement I need to change my enforceCaptureSignature to true for allowing user for multiple time signing.
5 5 years 7 months ago 20
Profile picture for user Duo_Liang
Hi, As per my requirement, I need to provide 2 different capture tag for same person. One for full signature and another for "Paraph sign" (Small sign which contains only initial) Right now I am usin
8 2 years 8 months ago 33
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.