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 Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body.
Add Text Signature to Document
You can create Text Signature on Document provided by fileName and document folder (if required) using following API. It expects Signature Options Object data in request body.
It returns an object which contains document name, folder location and command status.
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 Text Signature to Document at Provided URL
You can creates Text Signature for document at provided URL with signature-options-objects. It retrieves file from specified URL and tries to detect file type when fileName parameter is not specified. It saves retrieved file in storage, by using fileName and folder parameters to specify desired file name and folder to save file. When file with specified name already exists in storage new unique file name will be used for file. It expects Signature Options Object data in request body and returns object which contains document name and folder location.
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.
Apply Background Brush for Text Signatures
You can creates Text Signature for document with signature-options-objects. Signature Text Options and all inherited classes have been updated in Release 18.7 with newly added property BackgroundBrush which support following brush types.
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.
Apply Background Brush for Text Signatures
Add Text Signature to Document with Text Options (text alignments)
You can create Text Signature on Document provided by fileName and document folder (if required) using following API. It expects Signature Options Object data in request body.
It returns an object which contains document name, folder location and command status.CellsSignTextOptionsData, ImagesSignTextOptionsData, PdfSignTextOptionsData, SlidesSignTextOptionsData, WordsSignTextOptionsData classes were updated in (Release 18.7) with newly added properties TextHorizontalAlignment and TextVerticalAlignment .
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.