Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 1,146 for

get pages

(0.3 sec)
  1. Improve Signature Field - Free Support Forum - ...

    The signature field using the GroupDocs signature API needs to be improved so that the user can place the signature field where he likes such as you have on the cloud apps version. So allow the user to move the signature…...way to add this to your Web page is to create your own UI which...all available fields – you can get them by using this functions:...

    forum.groupdocs.cloud/t/improve-signature-field...
  2. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X Get "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage API Leave feedback On this page Storage existance API This API...example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2...

    docs.groupdocs.cloud/comparison/working-with-st...
  3. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to Get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and Get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Formats Leave feedback On this page GroupDocs.Conversion Cloud REST...storage URL and also support to get the result as a stream . Convert...

    docs.groupdocs.cloud/conversion/convert-to-word...
  4. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X Get 'https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage Leave feedback On this page Storage existence API This API...example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1...

    docs.groupdocs.cloud/merger/working-with-storage/
  5. Free trial - Purchase - groupdocs.cloud

    150 API calls per month are free. For further details about costs view the pricing page. You Get access to all the features of GroupDocs Cloud. There are no limitations and no evaluation messages on documents...costs view the pricing page. You get access to all the features...to GroupDocs on Docker Hub to get started and check out the documentation...

    purchase.groupdocs.cloud/cloud/trial
  6. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Leave feedback Get Supported File Formats Get Document Information...Information Was this page helpful? Not really Yes, thanks Any additional...

    docs.groupdocs.cloud/annotation/basic-usage/
  7. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...application/json" # cURL example to get document information curl -v...

    docs.groupdocs.cloud/watermark/search-watermarks/
  8. 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...
  9. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. 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" # Add metadata to a document (example) curl -v "https://api....Regex Leave feedback On this page This REST API allows you to...the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. 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. Linux/MacOS/Bash # First Get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. 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....Name Leave feedback On this page This REST API allows to remove...string. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID...

    docs.groupdocs.cloud/metadata/remove-metadata-b...