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

get pages

(0.06 sec)
  1. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” 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 set...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  2. 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. 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 to extract...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. 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....Phrase 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...
  4. 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. 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....Name Leave feedback On this page This REST API allows to set...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  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. 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/
  6. 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...
  7. 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-...
  8. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. 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....Name 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...
  9. 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...
  10. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to Get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and Get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Request curl -X POST "https://api....Formats Leave feedback On this page GroupDocs.Conversion Cloud REST...storage URL and also support to get result as a stream . Convert...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...