Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 629 for

comparison curl

(0.03 sec)
  1. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request // First get...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request // First get...

    docs.groupdocs.cloud/signature/verify-multiple-...
  3. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request // First get...

    docs.groupdocs.cloud/signature/update-barcode-s...
  4. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request // First get...

    docs.groupdocs.cloud/signature/search-for-multi...
  5. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....Comparison Product Solution GroupDocs...Resource The following GroupDocs.Comparison Cloud REST API resource has...

    docs.groupdocs.cloud/annotation/get-supported-f...
  6. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Comparison Product Solution GroupDocs...used in the example. cURL example Request curl - X GET "https://api...

    docs.groupdocs.cloud/signature/get-supported-fi...
  7. Getting metered license consumption | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/consumption Curl example Request # Curl example to get metered license consumption Curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Comparison Product Solution GroupDocs...~/conversion/consumption cURL example Request # cURL example to get metered...

    docs.groupdocs.cloud/conversion/metered-consump...
  8. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  9. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view information for MS Project document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  10. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/viewer/replace-missing-font/