Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 4,518 for

comparison

(0.34 sec)
  1. 使用電子簽名功能增強您的 C# / ASP.NET 應用程序

    GroupDocs 提供了一個具有靈活 API 的 .NET 庫,可用於構建具有 Web 簽名捕獲功能的具有法律約束力的電子簽名應用程序。...Comparison for .NET 2.2.1 – 包含許多修復的維護版本。...

    blog.groupdocs.cloud/zh-hant/total/welcome-2015...
  2. Boletim informativo do GroupDocs, edição de out...

    O boletim informativo do desenvolvedor do GroupDocs de outubro de 2017 descreve as atualizações da API, os principais aprimoramentos de recursos e correções de bugs nas APIs de manipulação de documentos do GroupDocs....Comparison para .NET 17.8 agora adiciona...

    blog.groupdocs.cloud/pt/total/groupdocs-newslet...
  3. โมดูลโปรแกรมดูเอกสาร Drupal | เอกสารกลุ่ม

    GroupDocs.Conversion สำหรับ Java API เป็นแบบ UI-Agnostic และไม่จำเป็นต้องใช้เครื่องมือหรือบริการเพิ่มเติม นักพัฒนาสามารถรวมเข้ากับโครงการที่มีอยู่ได้เช่นกัน...Comparison for .NET 3.5.0 – 9 การปร...

    blog.groupdocs.cloud/th/conversion/groupdocs-co...
  4. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT token 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' # Join several documents into one curl -v 'https://api....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  6. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  8. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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 Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  9. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  10. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. 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. FileInfo.Password The password to open file It should be specified only for password-protected documents....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-container-items...