Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 667 for

get started

(0.81 sec)
  1. 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.... Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID...} } }' Windows PowerShell # Get JSON Web Token # Ensure $env:CLIENT_ID...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. 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.... Linux/MacOS/Bash # Get JWT token curl -v 'https://api...} ] }' Windows PowerShell # Get JWT token curl . exe -v 'https://api...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  3. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to Get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Conversion Cloud / Getting Started / Licensing Licensing Leave...Secret For details on how to get Client Id and Client Secret please...

    docs.groupdocs.cloud/conversion/licensing/
  4. 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. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. 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 (example) curl -v "https://api.... Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID...} ] }' Windows PowerShell # Get JSON Web Token # Retrieve CLIENT_ID...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...PowerShell # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/merger/security-operations/
  6. GroupDocs.Translation Cloud Product Family | Do...

    An introduction to machine translation technology and how GroupDocs.Translation Cloud can help you use it for your day-to-day business needs.... Translate image and get the result as plain text online...online. Translate image and get the result as PDF online. Translate...

    docs.groupdocs.cloud/translation/
  7. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Linux/MacOS/Bash # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...}' Windows PowerShell # First get JSON Web Token # Credentials...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  8. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to Get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Signature Cloud / Getting Started / Licensing Licensing Leave...Secret For details on how to get Client Id and Client Secret please...

    docs.groupdocs.cloud/signature/licensing/
  9. Licensing | Documentation

    Create Account For details on how to create a new account please check to Create a new Account. Apply Client ID and Client Secret For details on how to Get CLient Id and Client Secret please check to Create New Application and Get Client ID and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Merger Cloud / Getting Started / Licensing Licensing Leave...Secret For details on how to get CLient Id and Client Secret please...

    docs.groupdocs.cloud/merger/licensing/
  10. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to Get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can Get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Merger Cloud / Getting Started / Quick Start Quick Start Leave feedback...GroupDocs Cloud API you need to get Client Id and Client Secret....

    docs.groupdocs.cloud/merger/quick-start/