Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,589 for

signature python

(0.09 sec)
  1. Translating files with GroupDocs.Translation SD...

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

    docs.groupdocs.cloud/translation/file/sdk/
  2. Translating text with GroupDocs.Translation SDK...

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

    docs.groupdocs.cloud/translation/text/sdk/
  3. Translating CSV files with GroupDocs.Translatio...

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

    docs.groupdocs.cloud/translation/file/sdk/csv/
  4. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....Signature Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  5. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Signature Product Solution GroupDocs...added: " + result . href ); Python # For complete examples and...

    docs.groupdocs.cloud/annotation/text-redaction-...
  6. 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...
  7. 下一代 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...
  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-hant/total/first-public...
  9. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of 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.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Signature Product Solution GroupDocs...log ( error . message ); } Python # Import modules import gr...

    docs.groupdocs.cloud/comparison/get-supported-f...
  10. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Signature Product Solution GroupDocs...edited: " + saveResult . path ); Python # For complete examples and...

    docs.groupdocs.cloud/editor/working-with-dsv-do...