Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 4,142 for

groupdocs.annotation

(0.04 sec)
  1. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. 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.*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. Documentation

    GroupDocs Cloud Documentation Homepage...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/
  6. 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  7. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. 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)....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata/
  8. GroupDocs.注释云|使用 Node.js 注释 PDF 文档

    使用 Document Annotation Cloud SDK for Node.js 在 Node.js 中使用云上的 REST API 以编程方式注释 PDF 文档。...SDK # 为了注释 PDF 文档,我将使用 GroupDocs.Annotation Cloud 的 Node.js SDK...文档注释系列成员 。 您可以在控制台中使用以下命令将 GroupDocs.Annotation Cloud 安装到您的 Node.js...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  9. 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/get-document-inf...
  10. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/available-sdks/