Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 501 for

properties

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. GroupDocs.Annotation Cloud | Annotate PDF Docum...

    Programmatically Annotate PDF documents using a REST API on the cloud in Node.js with Document Annotation Cloud SDK for Node.js....AnnotationInfo Set annotation properties for the first instance e...AnnotationInfo Set annotation properties for the second instance e...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  5. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata Properties from the document choosing the Properties to remove 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 remove metadata Properties that have “creator” 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 remove...demonstrates how to remove metadata properties that have “creator” phrase...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. 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...
  7. 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....Metadata By Property Name Remove Metadata By Property Name Leave...metadata properties from the document choosing the properties with...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. 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...
  9. 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....metadata new values choosing properties by exact tag and category...metadata information to all properties with the “Creator” tag name...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  10. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud SDK for Python....AnnotationInfo Set annotation properties for the first instance e...second instance Set annotation properties for the second instance e...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...