Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 943 for

security

(0.04 sec)
  1. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via 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" # cURL example to join several documents into one curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. Add Metadata By Property Name | Documentation

    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 that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/rewriter/
  4. 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....Us Contact Customers Legal Security Events Acquisition GroupDocs...

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

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/rewriter/text/fetch/
  6. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/text/request/
  7. Sending HTML files for translation | Documentation

    How to send HTML files for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/request/h...
  8. Sending CSV files for translation | Documentation

    How to send CSV files for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/request/c...
  9. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  10. 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....Us Contact Customers Legal Security Events Acquisition GroupDocs...

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