Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 4,518 for

comparison

(0.49 sec)
  1. GroupDocs.Annotation Cloud 產品系列 | GroupDocs 客戶通...

    每月通訊 2015 年 5 月 在您的 Kentico 網站上顯示 50 多種常見文檔類型 Kentico 是一款流行的 CMS,主要專注於文檔管理。...Comparison for .NET 2.3.3: 小改進和錯誤修復。...

    blog.groupdocs.cloud/zh-hant/annotation/groupdo...
  2. GroupDocs 뉴스레터 2017년 3월 – API 업데이트 및 코드 예제

    2017년 5월의 GroupDocs 개발자 뉴스레터에서는 GroupDocs 문서 조작 API 내의 API 업데이트, 주요 기능 향상 및 버그 수정에 대해 설명합니다....Comparison for .NET 은 문서를 비교하고 병합하여...

    blog.groupdocs.cloud/ko/total/groupdocs-newslet...
  3. Mô-đun Trình xem Tài liệu Drupal | Tài liệu nhóm

    API GroupDocs.Conversion cho Java là UI-Agnostic và không yêu cầu công cụ hoặc dịch vụ bổ sung nào, các nhà phát triển cũng có thể tích hợp nó trong các dự án hiện có của họ....Comparison dành cho .NET 3.5.0 – 9 điểm...

    blog.groupdocs.cloud/vi/conversion/groupdocs-co...
  4. Bản tin GroupDocs tháng 3 năm 2017– Cập nhật AP...

    Bản tin dành cho nhà phát triển GroupDocs vào tháng 6 năm 2017 mô tả các bản cập nhật API, cải tiến tính năng chính và sửa lỗi trong API thao tác tài liệu GroupDocs....Comparison for .NET công bố các tính...

    blog.groupdocs.cloud/vi/total/groupdocs-newslet...
  5. GroupDocs.Signature Cloud Product Family on Doc...

    GroupDocs.Signature Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Signature Cloud Product Family on Document Processing REST APIs | GroupDocs C......Comparison REST API 的第一個版本即將發布。此版本將包括文檔比較功能以及對...

    blog.groupdocs.cloud/zh-hant/categories/groupdo...
  6. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-document-inform...
  7. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document curl -v "https://api....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/