Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,122 for

get pages

(0.11 sec)
  1. A REST API Solution to Merge and Split Document...

    GroupDocs.Merger Cloud is a REST API solution to Merge and Split documents like PDF, word processing documents, spreadsheets and more supported formats....operations Move Page RemovePages RotatePages Swap Page ExtractPages...Sign up with groupdocs.cloud to get your AppSID and App Key . API...

    blog.groupdocs.cloud/merger/a-rest-api-solution...
  2. 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....Name Leave feedback On this page This REST API allows to set...Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First Get JSON Web Token curl -v "https://api....Annotation Leave feedback On this page Area annotation allows to mark...an area within the document page with a rectangle. API usage...

    docs.groupdocs.cloud/annotation/area-annotation/
  4. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want to hide some text) API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Annotation Leave feedback On this page Text redaction annotation fills...cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api...

    docs.groupdocs.cloud/annotation/text-redaction-...
  5. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” 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.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....Value Leave feedback On this page This REST API allows to set...Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  6. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....obtain the translation, send a GET request to the https://api.groupdocs...translation task: curl --request GET --location 'https://api.groupdocs...

    docs.groupdocs.cloud/translation/file/fetch/
  7. Text Replacement Annotation | Documentation

    Text Replacement annotation replaces original text with other provided text fragment API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # 1. Get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your actual credentials (or set them as environment variables)....Annotation Leave feedback On this page Text Replacement annotation...example Linux/MacOS/Bash # 1. Get JSON Web Token # Replace $CLIENT_ID...

    docs.groupdocs.cloud/annotation/text-replacemen...
  8. Polyline Annotation | Documentation

    Polyline annotation allows to draw shapes and freehand lines API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First Get JSON Web Token curl -v "https://api....Annotation Leave feedback On this page Polyline annotation allows to...example Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api...

    docs.groupdocs.cloud/annotation/polyline-annota...
  9. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client credentials in the environment variables CLIENT_ID and CLIENT_SECRET....Annotation Leave feedback On this page Arrow annotation draws an arrow...cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  10. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion 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/conversion/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage API Leave feedback On this page Storage existence API This API...example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2...

    docs.groupdocs.cloud/conversion/working-with-st...