Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 31,711 for

request

(1.26 sec)
  1. Object Detection in an Image using Node.js REST...

    Follow this article for object detection in an image using Node.js REST API. You will learn image processing for object detection using Node.js-based API with the help of a Node.js-based Cloud SDK....Create the CreateVisualObjectBo Request using the image stream and...detection options. Output the request configuration details to the...

    kb.aspose.cloud/imaging/nodejs/object-detection...
  2. Extract Pages From Word with NET REST API

    Follow this article to extract pages from Word with NET REST API. You will get environment settings and learn to extract text from Word document with C# REST API....from a Word file Create a request object using the SaveAsRangeOnlineReq...source Word file into the request object Define the start and...

    kb.aspose.cloud/words/net/extract-pages-from-wo...
  3. Aspose.cloud/v3.0/cells/{file_name}/importdata ...

    https://api.aspose.cloud/v3.0/cells/{file_name}/importdata I want to output JSON data with the above REST API at the specified position. The data will be output on the first line even if the start line is specified as 1…... request_body = { “Data”: json_data...the following for the request body. request_body = { “importJsonRequest”:...

    forum.aspose.cloud/t/aspose-cloud-v3-0-cells-fi...
  4. Sending receipt for recognition|Documentation

    How to send a photo or scan of the receipt for recognition to the Aspose.OCR Cloud API....photographed receipt, send a POST request to the https://api.aspose.cloud/v5...endpoint. To authorize the request, pass the access token in Authorization...

    docs.aspose.cloud/ocr/send-receipt-for-recognit...
  5. Convert Word to PDF is not working with Creatio...

    For a Creatio instance, we have provided the Aspose client ID and the secret key generated from the Aspose. But still, within Creatio, we cannot convert the document to PDF and the interface keeps loading without throwin…...details for api request: query, body and request log if possible...

    forum.aspose.cloud/t/convert-word-to-pdf-is-not...
  6. Replace Presentation Fonts|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....presentations uploaded in the request body. Optionaly the new font...in the presentation in the request body. SDK Examples SDK Source...

    docs.aspose.cloud/slides/replace-presentation-f...
  7. Set Barcode Source|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Examples for ScanApi Using GET Request with File URL import 'dart:io'...found." ); } } Using POST Request with Base64 Encoded Image import...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  8. Unhide an Excel worksheet|Document

    Learn how to use Aspose.Cells Cloud REST API to unhide a worksheet in an Excel workbook. Includes Request details, cURL examples, and SDK code snippets for multiple programming languages..../worksheets/ { sheetName } /visible Request parameters Parameter Name Type...below shows how to make a request with cURL. Cloud SDK Family...

    docs.aspose.cloud/cells/worksheets/unhide/
  9. Remove Duplicate Rows from a ListObject – Aspos...

    Learn how to delete duplicate rows from a ListObject in an Excel worksheet using the Aspose.Cells Cloud REST API. Includes endpoint, parameters, authentication, and sample Requests and responses....listObjectIndex } /RemoveDuplicates Request parameters Parameter Name Type...the storage service. Sample Request (cURL) Response On success...

    docs.aspose.cloud/cells/list-objects/remove-dup...
  10. Aspose.Cells Cloud Web API – Sum and Count by C...

    Use Aspose.Cells Cloud API to aggregate Excel cells by background or font color—perform sum, count, average, min, and max calculations. This page explains the endpoint, parameters, authentication, and SDK examples.... Request a token POST https://api.aspose...Include the token in every API request Authorization: Bearer <access_token>...

    docs.aspose.cloud/cells/aggregate-cells-by-color/