Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 2,589 for

editor

(0.43 sec)
  1. cloud api

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Editor Cloud API 和 SDK 允許開發人員使用前端...檔格式,而無需任何其他應用程序。 GroupDocs.Editor Cloud 是 REST API,提供許多編輯選項和...

    blog.groupdocs.cloud/zh-hant/tag/cloud-api/
  2. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice Using an SDK (API client) is the quickest way for a developer to speed up the development....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/quickstart/
  3. Translation languages | Documentation

    Translation language pairs supported by GroupDocs.Translation Cloud....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/translation-la...
  4. Status and Error Codes | Documentation

    An overview of GroupDocs Assembly Cloud API status and error codes....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/getting-started/s...
  5. Raw Text Classification | Documentation

    This API retrieves raw text classification result for IAB-2, Documents or Sentiment taxonomy. It returns an object that contains information about the best class and its probability and about probabilities of the other classes. For Sentiment taxonomy Chinese and English are supported with the language auto-detection. See Classify request parameters for request’s details. Resource This resource represents a controller for single call text classification. Classify raw text with IAB-2 taxonomy....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/raw-text-cl...
  6. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/workflow/
  8. Getting supported languages | Documentation

    How to get a full list of supported language pairs....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/languages/
  9. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/workflow/
  10. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata/