Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1
GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options. Please, use search options which appropriate for current document format.
Search Multiple Signatures on Document
You can search multiple Signatures on Document at same time provided by fileName and document folder (if required) using following API. It expects SearchOptionsCollectionData object data in request body. You can add required search options to this object as per your document format.
It returns an object which contains document name, folder location and search 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.
Search Multiple Signatures on Document at Provided URL
You can search multiple Signatures on Document at same time from specified file URL and document folder (if required) using following API. It expects SearchOptionsCollectionData object data in request body. You can add required search options to this object as per your document format.
It returns an object which contains document name, folder location and search 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.