Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, While using Mobile Capture way of Signing approach, We get the signature placeholder right at the top of the document. It’s not in the place where we had placed it in the document.

Replies Created

0 votes
Hi Liang, Thanks a million. It works. For the issue that I had regarding positioning of Signature field in Mobile Capture option, I got a reply from you to add the below code. .withSignature(signatureFor("[email protected]") .withName("mobile_capture_1") .withPositionExtracted() ) This worked absolutely fine and the Signature field dint move to the top of the document. But the problem what we have now have is that, if we have more than one Signature field in the document with the same name. That is mobile_capture_1 in more than one place, then signing in one place doesn’t affix the signature in other places even though they have the same Signature field name.

0 votes
Is this code fine? Works fine without enforceCaptureSignature PackageBuilder.newPackageNamed(packageName) .withSettings( DocumentPackageSettingsBuilder.newDocumentPackageSettings().withoutDecline().withoutOptOut() .withoutDocumentToolbarDownloadButton().withoutLanguageDropDown() .withCeremonyLayoutSettings(CeremonyLayoutSettingsBuilder.newCeremonyLayoutSettings() .withoutGlobalNavigation().withoutBreadCrumbs().withoutSessionBar() .withoutGlobalConfirmButton().withoutGlobalDownloadButton().withTitle())) .withSigner(SignerBuilder.newSignerWithEmail(signerEmailAddress).withFirstName("John").withLastName("Smith").withCustomId("Signer")) .withDocument(DocumentBuilder.newDocumentWithName(formName).fromFile(documentPath).enableExtraction()).build(); This code works fine. I can affix more than one signature for the same signer. How is this different from enforceCaptureSignature? My PDF field names are Signer.Capture1, Signer.Capture2

Subscriptions

Topics Replies Freshness Views Users
Hello, While using Mobile Capture way of Signing approach, We get the signature placeholder right at the top of the document. It’s not in the place where we had placed it in the document.
18 4 years 6 months ago 34
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.