Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 6,673 for

api configuration

(0.13 sec)
  1. 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...cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. Join Documents of different formats | Documenta...

    This REST Api allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....feedback On this page This REST API allows merging the document of...~/join lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/merger/join-document-cross...
  3. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud Api requests....Translation Cloud REST API is done using JWT authentication...using the same API call. Authorizing REST API requests To authorize...

    docs.groupdocs.cloud/translation/authorization/
  4. 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...
  5. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses.... 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...
  6. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST Apis support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below Api. The following GroupDocs.Viewer Cloud REST Api resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://Api.groupdocs.cloud/v2.0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Viewer Cloud REST APIs support to render over 50 file...below API. The following GroupDocs.Viewer Cloud REST API resource...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  7. 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.Editor 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/editor/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....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/editor/working-with-storage/
  8. 发布下一代 GroupDocs.Signature 云 API

    GroupDocs.Signature for Cloud 是一个 REST Api,用于创建、验证和搜索应用程序中文档的不同类型的 Signatures 对象...它是一个电子签名 REST API,可在您的应用程序中添加电子签名的功能,而无需安装任何其他软件。...。 GroupDocs.Signature Cloud API 是一种为您的应用程序提供电子签名功能的简单方法,具有 添加电子签名...

    blog.groupdocs.cloud/zh/signature/releasing-nex...
  9. 發布下一代 GroupDocs.Signature 雲 API

    GroupDocs.Signature for Cloud 是一個 REST Api,用於創建、驗證和搜索應用程序中文檔的不同類型的 Signatures 對象...它是一個電子簽名 REST API,可在您的應用程序中添加電子簽名的功能,而無需安裝任何其他軟件。...。 GroupDocs.Signature Cloud API 是一種為您的應用程序提供電子簽名功能的簡單方法,具有 添加電子簽名...

    blog.groupdocs.cloud/zh-hant/signature/releasin...
  10. Quickstart | 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/parser/quickstart/