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