Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 661 for

get started

(0.05 sec)
  1. 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/
  2. 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....Annotation Cloud / Getting Started / Licensing Licensing Leave...Secret For details on how to get Client Id and Client Secret please...

    docs.groupdocs.cloud/annotation/licensing/
  3. 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. Linux/MacOS/Bash # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...}' Windows PowerShell # First get JSON Web Token # Credentials...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. 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/
  5. Java rearrange Word pages online

    Learn how to move, reorder, and rearrange pages in Word documents using GroupDocs.Merger Cloud SDK for Java. Save time and effort with this powerful SDK....on the GroupDocs website to get your API key . Once you have...example code snippet to get started: Firstly, create an instance...

    blog.groupdocs.cloud/merger/move-reorder-and-re...
  6. annoucing-groupdcs.viewer-cloud-API-pre-release

    GroupDocs.Viewer Cloud REST API manipulates over 50 documents and image formats to render as HTML5 or Image in your web/mobile app or website... You can get information about all the resources...with working examples, to get you started in no time. Our First Version...

    blog.groupdocs.cloud/viewer/next-generation-gro...
  7. Next Generation GroupDocs.Conversion Cloud is C...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats.... You can get information about all the resources...with working examples, to get you started in no time. Our First Version...

    blog.groupdocs.cloud/conversion/next-generation...
  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....Comparison Cloud / Getting Started / Licensing Licensing Leave...Secret For details on how to get Client Id and Client Secret please...

    docs.groupdocs.cloud/comparison/licensing/
  9. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables.... Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID...docx" } }' Windows PowerShell # Get JSON Web Token # Set environment...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  10. 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.... Linux/MacOS/Bash # Get JSON Web Token # Provide your...} } }' Windows PowerShell # Get JSON Web Token # Provide your...

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