Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,662 for

signature python

(0.13 sec)
  1. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...$result . getStatus (); } } Python # For complete examples and...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...

    docs.groupdocs.cloud/comparison/compare-multipl...
  3. Point Annotation | Documentation

    Point annotation sticks comments to any point in a document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JWT token curl -v "https://api....Signature Product Solution GroupDocs...added: " + result . href ); Python # For complete examples and...

    docs.groupdocs.cloud/annotation/point-annotation/
  4. Working With Files | Documentation

    GroupDocs.Viewer Cloud Working With Files...Signature Product Solution GroupDocs...Viewer_Node_Download_File ; Python # Import modules import gr...

    docs.groupdocs.cloud/viewer/working-with-files/
  5. Image Annotation | Documentation

    Image annotation allows to add image within document page API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....Signature Product Solution GroupDocs...added: " + result . href ); Python # For complete examples and...

    docs.groupdocs.cloud/annotation/image-annotation/
  6. Resource redaction Annotation | Documentation

    Resource redaction annotation fills black rectangle with fixed position (used if you want to hide some text) API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Replace CLIENT_ID and CLIENT_SECRET with your own credentials....Signature Product Solution GroupDocs...added: " + result . href ); Python # For complete examples and...

    docs.groupdocs.cloud/annotation/resource-redact...
  7. Translating Resx files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating Resx files....Signature Product Solution GroupDocs...working code and sample files: Python import time import groupdo...

    docs.groupdocs.cloud/translation/file/sdk/resou...
  8. 下一代 GroupDocs.Conversion for Cloud 18.3 中引入 PHP...

    下一代 GroupDocs.Storage for Cloud 是一个经过改进的全新 REST API,用于在云应用程序/网站中执行不同的存储相关操作...path=signature.jpg"][6] \ -X GET \ -H "Content-Type:...GetDownloadRequest(); request.Path = "signature.jpg"; request.Storage = "MyStorage";...

    blog.groupdocs.cloud/zh/total/first-public-rele...
  9. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client credentials in the environment variables CLIENT_ID and CLIENT_SECRET....Signature Product Solution GroupDocs...added: " + result . href ); Python # For complete examples and...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  10. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Signature Product Solution GroupDocs...ted_Formats_For_Document ; Python # Import modules import gr...

    docs.groupdocs.cloud/conversion/get-supported-f...