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

property

(0.03 sec)
  1. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the 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....Metadata By Property Name Match Regex Add Metadata By Property Name...add metadata information as properties which names are match the...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  2. 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...
  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. Remove Metadata By Property Name Match Exact Ph...

    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 have exact “NameOfApplication” names. 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 / Remove Metadata By Property Name Match Exact Phrase Remove...Remove Metadata By Property Name Match Exact Phrase Leave feedback...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Add Metadata By Property Name Match Exact Phras...

    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 with the 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 / Add Metadata By Property Name Match Exact Phrase Add...Add Metadata By Property Name Match Exact Phrase Leave feedback...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/metadata/add-metadata/ weekly 0.5 https://docs.groupdocs.cloud/metadata/release-n......cloud/metadata/add-metadata-by-property-name/ weekly 0.5 https://docs...cloud/metadata/add-metadata-by-property-name-match-exact-phrase/ weekly...

    docs.groupdocs.cloud/sitemaps/metadata.xml
  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....many ways to specify what property should be removed. You could...could search for properties to add by: name (a part of name, exact...

    docs.groupdocs.cloud/metadata/remove-metadata/
  8. 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....new values into existing properties of the documents. With this...following features: Metadata properties could contain different types...

    docs.groupdocs.cloud/metadata/set-metadata/
  9. Fetching results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue...."isParaphrased" : boolean } Property Description status HTTP response..."paraphraseResults" : list of strings } Property Description status HTTP response...

    docs.groupdocs.cloud/rewriter/text/fetch/
  10. 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....whole metadata properties tree; Extract properties with specified...Extract properties with specified name; Extract properties with...

    docs.groupdocs.cloud/metadata/extract-metadata/