Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 672 for

get started

(0.09 sec)
  1. 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...
  2. Add HTML5-Based Document Annotation Functionali...

    GroupDocs.Annotation add-on enables users to collaboratively review and annotate documents of more than 50 business formats within your eZ Publish site....Thai فارسی українська Polski Getting documents approved in a busy...avoid excessive paperwork and get documents approved faster. Specifically...

    blog.groupdocs.cloud/annotation/enhance-ez-publ...
  3. Introduction of PHP SDK in Next Generation Grou...

    The release of this month includes a number of new improvments and PHP SDK for Cloud API. This API can be used in your applications for document conversion features....API methods return error 401 Get all possible conversions return...following API resources for getting started and working with the API...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  4. 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-...
  5. 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/
  6. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example. cURL example The following example demonstrates how to extract images from a container item. 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...PowerShell # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/parser/extract-images-from...
  7. GroupDocs.Annotation Cloud Product Family | Gro...

    Monthly Newsletter May, 2015 Display 50+ Common Document Types on Your Kentico Site Kentico is a popular CMS largely focused on document management.... Now you get even more accurate and clear...GroupDocs.Viewer for Java: getting started quickly GroupDocs.Viewer...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  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. PDF Resource Optimization and Bookmark Options ...

    GroupDocs.Conversion Cloud API 18.6 version includes new options in PDF document conversion from Words, Cells and XPS to control the resource optimization, Bookmark Option and grayscale PDF creation, etc...You may visit our GitHub to get updated SDKs for complete details...following API resources for getting started and working with the API...

    blog.groupdocs.cloud/conversion/pdf-resource-op...
  10. 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/