Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 502 for

properties

(0.04 sec)
  1. 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)....following features: Metadata properties could contain different types...many ways to specify what property should be added. You could...

    docs.groupdocs.cloud/metadata/add-metadata/
  2. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata Properties from the document choosing the Properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from 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....Metadata By Property Value Extract Metadata By Property Value Leave...metadata properties from the document choosing the properties which...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata Properties from the document choosing the Properties to extract by name. cURL example The following example demonstrates how to extract metadata information from 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....Metadata / Extract Metadata By Property Name Match Exact Phrase Extract...Extract Metadata By Property Name Match Exact Phrase Leave feedback...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. EPUB Metadata Editor |Change EPUB Metadata in J...

    Easily modify EPUB e-book metadata in Java using our REST API-based EPUB Metadata Editor. Tailor and update e-book details seamlessly for a customized reading experience....Java, and changing metadata properties using specified tags. As...below: Changing EPUB Metadata Properties # Loading EPUB E-Book: #...

    blog.groupdocs.cloud/metadata/edit-epub-metadat...
  5. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....metadata properties from the document choosing the properties to extract...creator information from all properties that have particular string...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. 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....Metadata By Property Name Add Metadata By Property Name Leave...add metadata information as properties with specified name. cURL...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. 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....Metadata By Property Name Match Regex Set Metadata By Property Name...metadata new values choosing properties with names matching the specified...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. 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....Metadata / Set Metadata By Property Name Match Exact Phrase Set...Set Metadata By Property Name Match Exact Phrase Leave feedback...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata Properties from the document choosing the Properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata 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....Metadata By Property Value Remove Metadata By Property Value Leave...metadata properties from the document choosing the properties which...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Set Metadata By Property Name | Documentation

    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 date and time information in all Properties that may have names containing “Date” 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....Metadata By Property Name Set Metadata By Property Name Leave...metadata new values choosing properties with specified name. cURL...

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