Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,849 for

information

(1.14 sec)
  1. Configure Windows Azure Storage | Documentation

    You have to complete following steps to configure the Storage: Create Azure account if you don’t have one Log into Dashboard Access the Storages page Click on the ‘Create New Storage’ and select Azure Storage Enter Storage Name (For example: MyAzureStorage), Container, Account name, Account key, and Connection from your Azure account Save Storage Now you can use it by its name in the service API with this account. For example:...Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/total/configure-windows-az...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...gathering the scattered data or information into one single file. We...commonly used to present information in a series of separate pages...

    blog.groupdocs.cloud/groupdocs.cloud/page/35/
  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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...main points or essential information in a concise and coherent...

    docs.groupdocs.cloud/rewriter/
  4. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....Purchase Buy Now Pricing Information SDKs Policies My Orders &...load. See the article for information on how to get translations...

    docs.groupdocs.cloud/translation/text/request/
  5. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...how to extract metadata information from all properties with...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...add metadata date and time information in all properties that have...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  7. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Purchase Buy Now Pricing Information SDKs Policies My Orders &...load. See the article for information on how to get translations...

    docs.groupdocs.cloud/translation/file/request/pdf/
  8. Display Documents on Your PimCore Website with ...

    GroupDocs released an HTML5 document viewer extension for PimCore CMS. Now you can easily embed PDF and Microsoft Office documents on your PimCore website.... For more information on the extension which integrates...

    blog.groupdocs.cloud/viewer/enjoy-the-benefits-...
  9. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...set metadata date and time information in all properties that may...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata Information from all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...how to extract metadata information from all properties with...

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