Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 890 for

metadata family

(0.04 sec)
  1. Metadata Opertaions | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/metadata-opertaions/
  2. Metadata | Documentation

    Metadata data structure used for setting output document Metadata. Metadata example: { "Author": "string", "LastSaveBy": "string", "Company": "string" } Name Description Author Value of document Author LastSaveBy Value of last save by author of document Company Value of Company of document...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/metadata/
  3. Extract Metadata | Documentation

    This REST API allows to extract Metadata from the documents. With this API you can extract Metadata with following features: Extract whole Metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting Metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata/
  4. Edit PDF Metadata in C# - PDF Metadata Editor

    Install GroupDocs.Metadata Cloud SDKs for .NET and edit PDF Metadata in C# Programmatically. It also offers a web-based online Metadata editor....हिंदी čeština The document metadata is a piece of information...developer, you can easily edit PDF metadata in C# programmatically. In...

    blog.groupdocs.cloud/metadata/edit-metadata-of-...
  5. Set Metadata | Documentation

    This REST API allows to set Metadata new values into existing properties of the documents. With this API you can set 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 edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata/
  6. 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)....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata/
  7. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  8. Remove Metadata By Tag | Documentation

    This REST API allows to remove Metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all Metadata properties with the “Created” tag name. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Remove Metadata By Property Name | Documentation

    This REST API allows to remove Metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove Metadata properties that may have names containing “Application” string. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. 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. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/