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. 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/
  5. 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....українська Polski 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-...
  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. Set Metadata By Tag | Documentation

    This REST API allows to set document Metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set Metadata information to all properties with the “Creator” 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/set-metadata-by-tag/
  9. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select Metadata source when saving resultant file. Files have Metadata information – author, organization, etc. Possible Metadata sources are: Source file Metadata; Target file Metadata; User-defined Metadata. The following code demonstrates how to set resultant file Metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/set-document-me...
  10. Set Metadata By Property Value | Documentation

    This REST API allows to set document Metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set Metadata information to all properties with the “Microsoft Office Word” 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

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