Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 5,692 for

storage api

(0.61 sec)
  1. 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....feedback On this page This REST API allows to set document metadata...CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Link Annotation | Documentation

    Link annotation adds a hyper link to 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 # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....adds a hyper link to document API usage There are steps that usage...input document into cloud storage and other files, like image...

    docs.groupdocs.cloud/annotation/link-annotation/
  3. 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)....other provided text fragment API usage There are steps that usage...input document into cloud storage and other files, like image...

    docs.groupdocs.cloud/annotation/text-replacemen...
  4. Get Documents Completed and Signed through Onli...

    GroupDocs's September 2014 newsletter focuses on the Aspose.Conversion for .NET library but also has news about what's new and what's coming next....Need a Reliable File Conversion API? Converting files between formats...image files. By hosting the API on your own infrastructure, you...

    blog.groupdocs.cloud/conversion/september-newsl...
  5. Convert CSV to JSON or JSON to CSV Programmatic...

    Convert JSON array to CSV table using C# REST Api. This article is about how to convert CSV to JSON or JSON to CSV Programmatically in C#....used and much faster data storage format that contain comma-separated...CSV and CSV to JSON Conversion API and C# SDK How to Convert CSV...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  6. Extract Pages from PDF File Online in Python

    Extract single page from PDF or extract all pages from PDF file online and easily. This article is about how to extract pages from PDF file online in Python...online in Python using REST API . The following topics will be...article: Document Extractor REST API and Python SDK How to Extract...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  7. Can't convert password protected xls and ppt - ...

    Hello, In the latest GroupDocs version, I tried to convert password protected ppt and xls and got the following error: {“requestId”:“b2d6ca33-0e4c-45c8-a27e-de224cc99dff”,“error”:{“code”:“internalError”,“message”:“Conv…...FilePath=<path to file>&StorageName=<storage name> when we try to get the...exists in the parent on-premise API GroupDocs.Conversion for .NET...

    forum.groupdocs.cloud/t/cant-convert-password-p...
  8. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST Api directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....document as list of json objects API usage There are steps that usage...input document into cloud storage and other files, like image...

    docs.groupdocs.cloud/annotation/extract-annotat...
  9. Sign document with multiple signature | Documen...

    GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document. Api usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud Storage and other files, like digital certificate or image stamp Sign document Download output document For Storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... API usage There are steps that usage...input document into cloud storage and other files, like digital...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Merger Api calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....docker version Storage calls are not charged Merger API calls charge...consumption curl -v "https://api.groupdocs.cloud/v1.0/merger/consumption"...

    docs.groupdocs.cloud/merger/metered-consumption/