Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,870 for

api configuration

(0.12 sec)
  1. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....other provided text fragment API usage There are steps that usage...image annotation (using File API) Add annotation(s) Download document...

    docs.groupdocs.cloud/annotation/text-replacemen...
  2. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an Api client app Before you can make any requests to GroupDocs Cloud Api you need to get a Client Id and a Client Secret.... Create an API client app Before you can make...requests to GroupDocs Cloud API you need to get a Client Id and...

    docs.groupdocs.cloud/classification/quick-start/
  3. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST Api directly from the browser....~/conversion/async lets you call this REST API directly from the browser. cURL..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. Simplifying files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files simplification....Rewriter Cloud REST API to and , there is a much easier...establishing connections, sending API requests, and parsing responses...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  5. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....Rewriter Cloud REST API to and , there is a much easier...establishing connections, sending API requests, and parsing responses...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  6. Compare PDF Files | Compare PDF Documents in C#

    How to compare PDF files efficiently with GroupDocs.Comparison Cloud SDK. Our detailed guide provides step-by-step instructions to compare two PDF files.... REST API to Compare PDF Files Compare...PDFs using cURL Commands REST API to Compare PDF Files # GroupDocs...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  7. 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....Conversion Cloud REST API allows us to convert the to Word.../conversion lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/conversion/convert-to-word...
  8. 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 Request curl -X GET "https://Api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our Api is completely independent of your operating system, database system or development language....this page Storage existence API This API intended for checking the...storage with a given name from . API Explorer lets you try out right...

    docs.groupdocs.cloud/merger/working-with-storage/
  9. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here).... API usage There are steps that usage...manual. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Convert Word Document to PDF in Java using REST...

    Quickly convert document formats using our high performance file conversion Api. Let's see how to convert Word document to PDF in Java using REST Api....Document to PDF in Java using REST API In the last blog post, we described...document to PDF in Java using REST API. The following topics are covered...

    blog.groupdocs.cloud/conversion/convert-word-do...