Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,117 for

get pages

(0.04 sec)
  1. Add Metadata By Property Name Match Exact Phras...

    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 with the same name as specified. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Phrase Leave feedback On this page This REST API allows you to...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  2. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....By Tag Leave feedback On this page This REST API allows to remove...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. 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. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Value Leave feedback On this page This REST API allows to extract...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Regex Leave feedback On this page This REST API allows to remove...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Tree Leave feedback On this page This REST API allows to extract...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  6. Extract images from Word Documents in Java - Ja...

    Learn a step-by-step guide to extract images from Word documents programmatically in Java using the powerful GroupDocs.Parser Cloud SDK for Java....from Word File in Java using Page Number Java REST API to Extract...members for the Cloud APIs. To get started, you need to include...

    blog.groupdocs.cloud/parser/extract-images-from...
  7. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X Get \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Formats Leave feedback On this page GroupDocs.Classification Cloud...0/classification/formats" \ -X GET \ -H "Content-Type: application/json"...

    docs.groupdocs.cloud/classification/supported-f...
  8. 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. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....By Tag Leave feedback On this page This REST API allows to add...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  9. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard....Name Leave feedback On this page This REST API allows to add...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Request # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard....Name Leave feedback On this page This REST API allows to extract...Request # First get JSON Web Token # Please get your Client Id...

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