Placing signature box on last page
Thursday, April 7, 2022 at 01:17amHello
Can i place signature box on last page of document without mentioning page number via REST API
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Hello
Can i place signature box on last page of document without mentioning page number via REST API
Reply to: Placing signature box on last page
Thursday, April 7, 2022 at 01:19pmHi netz.bimal,
Thanks for your post! You can either:
(1)Use a third-party library to count the total number of pages
(2)Or alternatively, you can
#1 upload the document first
#2 retrieve the page number from package JSON
documents > pages > the size of the "pages" array
#3 add the signature.
Duo