Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 238 for

annotation properties

(0.04 sec)
  1. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing Properties to edit 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 set new metadata creator name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....Annotation Product Solution GroupDocs...metadata new values choosing properties to edit by approximate or...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata Properties from the document choosing the Properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all Properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Annotation Product Solution GroupDocs...By Property Name Match Regex Extract Metadata By Property Name...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata Properties from files of different types....Annotation Product Solution GroupDocs...extract desired metadata properties from files of different types...

    docs.groupdocs.cloud/metadata/features-overview/
  4. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...metadata properties from the document choosing the properties to extract...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. 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. Linux/MacOS/Bash # Get JSON Web 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' # cURL example to join several documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...Metadata By Property Value Remove Metadata By Property Value Leave...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. 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. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET 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 (example endpoint) curl -v "https://api....Annotation Product Solution GroupDocs...Metadata / Remove Metadata By Property Name Match Exact Phrase Remove...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  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. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. 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 Remove Metadata By Property Name Leave...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  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....Annotation Product Solution GroupDocs...many ways to specify what property should be removed. You could...

    docs.groupdocs.cloud/metadata/remove-metadata/
  9. 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. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....Annotation Product Solution GroupDocs...metadata properties from the document choosing the properties to remove...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment Properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment Properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for PDF only) with a lot of additional settings, appearance options and alignment Properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Annotation Product Solution GroupDocs...appearance options and alignment properties QR-Code Signature - put different...

    docs.groupdocs.cloud/signature/overview/