Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 249 for

annotation properties

(0.57 sec)
  1. 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.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Name Match Regex Set Metadata By Property Name...

    docs.groupdocs.cloud/metadata/set-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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs...Metadata / Set Metadata By Property Name Match Exact Phrase Set...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud edit PDF metadata in Java update PDF document Properties using Java......Java update PDF document properties using Java edit existing...Through Text in PDF Node.js Annotation API PDF Strikethrough text...

    blog.groupdocs.cloud/tags/index.xml
  4. Add Metadata By Tag | Documentation

    This REST API allows to add metadata Properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all Properties that have specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...API allows to add metadata properties to the document choosing...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  5. 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. Linux/MacOS/Bash # 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 environment variables. curl -v "https://api....Annotation Product Solution GroupDocs...metadata new values choosing properties by exact tag and category...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  6. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata Properties to the document choosing the right place to add 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 add metadata date and time information in all Properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Annotation Product Solution GroupDocs...API allows to add metadata properties to the document choosing...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud edit PDF metadata in Java update PDF document Properties using Java......Java update PDF document properties using Java edit existing...Through Text in PDF Node.js Annotation API PDF Strikethrough text...

    blog.groupdocs.cloud/tr/tags/index.xml
  8. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud edit PDF metadata in Java update PDF document Properties using Java......Java update PDF document properties using Java edit existing...Through Text in PDF Node.js Annotation API PDF Strikethrough text...

    blog.groupdocs.cloud/vi/tags/index.xml
  9. 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. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: retrieve metadata (join several documents into one) curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Value Extract Metadata By Property Value Leave...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....Annotation Product Solution GroupDocs...Metadata / Extract Metadata By Property Name Match Exact Phrase Extract...

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