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

property

(0.04 sec)
  1. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. 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....By Property Name Match Regex Remove Metadata By Property Name...metadata properties from the document choosing the properties with...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. 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...
  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. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    使用适用于 Java 的元数据操作 Cloud SDK 在 Java 中使用云上的 REST API 以编程方式提取 MP3 文件的元数据...println( "Tag for property: name - " + tagItem.getName()...} } FileFormat: 21 Tag for property: name - FileFormat, category...

    blog.groupdocs.cloud/zh/metadata/extract-metada...
  8. 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/
  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. 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/