Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1
GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options. Please, use verify options which appropriate for current document format.
Verify Multiple Signatures to Document
You can verify multiple Signatures on Document at same time provided by fileName and document folder (if required) using following API. It expects VerifyOptionsCollectionData object data in request body. You can add required verify options to this object as per your document format.
It returns an object which contains document name, folder location and signing result.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Verify Multiple Signatures in a Document at Provided URL
You can verify multiple Signatures on Document at same time from specified URL and document folder (if required) using following API. It expects VerifyOptionsCollectionData object data in request body. You can add required verify options to this object as per your document format.
It returns an object which contains document name, folder location and signing result.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.