GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... We value your opinion. Your feedback...
GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream.
Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL
Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example.... We value your opinion. Your feedback...
A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with custom text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like:
GroupDocs.Signature Cloud provides options to specify different options for Stamp signature:... We value your opinion. Your feedback...
GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream.
Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL
Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser.... We value your opinion. Your feedback...
Download File API This API allows you to download a file from GroupDocs Cloud Storage.
API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage.... We value your opinion. Your feedback...
GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream.
Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL.
Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example.
cURL example Request curl -X POST "https://api.... We value your opinion. Your feedback...
Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 This section provides API details to create document pages cache, retrieve pages, modify pages and delete document pages cache.
Get List of Links to Document Pages as HTML You can retrieve list of links to document pages as HTML. The API returns an object which contains list of links to document pages.
The following GroupDocs.... We value your opinion. Your feedback...
Hello I’m using the cloud api and php sdk and I’ve been working from these examples: http://groupdocs-php-samples.herokuapp.com/.
You guys have been aweseome about answering my questions so far but I have a couple more …...First of all please check that value of your $collaborations variable...