Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 32,222 for

request

(1.46 sec)
  1. Error 400 Calling UploadFileAsync method - Free...

    We have been encountering errors when calling Aspose APIs since this morning. A sample Request URL is: http://api.aspose.cloud/v3.0/pdf/storage/file/uploaded_xxxxxxxx/Invoice.pdf This returns a 400 Bad Request error. …... A sample request URL is: http://api.aspose.cloud/v3...pdf This returns a 400 Bad Request error. In the details section...

    forum.aspose.cloud/t/error-400-calling-uploadfi...
  2. Sending DjVu for conversion|Documentation

    How to send a DjVu file for conversion into a PDF document to the Aspose.OCR Cloud API....PDF document, 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-djvu-for-conversion/
  3. Compress and Repair Excel Files|Document

    Learn how to compress large Excel workbooks and repair corrupted files using Aspose.Cells Cloud API. Step‑by‑step examples, supported languages, and best practices....simple POST request. Below is a complete request/response specification:...Endpoint Required Parameters Request Body Sample Response Typical...

    docs.aspose.cloud/cells/compress-and-repair-exc...
  4. PHP API - Parallel Batch Processing Not Working...

    I’m not convinced batch processing is working: In the code below I have a switch $batch that if set to True will batch all Requests. The code first searches for the text “{{title_end}}” and then uses the returned Node …...set to True will batch all requests. The code first searches for...never batched - all other requests are batched if $batch is True...

    forum.aspose.cloud/t/php-api-parallel-batch-pro...
  5. Import JSON Data into Excel|Document

    Learn how to import JSON data into an Excel worksheet using Aspose.Cells Cloud REST API. Includes endpoint details, Request/response examples, and SDK code for .NET, Java, and Python.... Request Parameters Parameter Name Location...importJsonRequest HTTP body class The request payload that contains JSON...

    docs.aspose.cloud/cells/import-json-data-into-e...
  6. Set Barcode Image Kind|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.... Usage in API Requests The RecognitionImageKind parameter...and can be set in several requests within the API. It is available...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  7. Customize Barcode Appearance|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....Generates a barcode via GET request. generateBody : Generates a...a barcode via POST request with JSON or XML body. generateMultipart...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  8. Recognition workflow|Documentation

    An overview of the Aspose.OCR Cloud recognition process....parameters in the request. To authorize your requests to Aspose.OCR...Authorization header of the request along with the image / PDF...

    docs.aspose.cloud/ocr/recognition-workflow/
  9. Converts a chart of spreadsheet on a local driv...

    This method reads a chart of spreadsheet file from the local file system, converts it into the desired image format (e.g., PNG, SVG, Tiff), and returns the converted result. \nThe source file path and target format must be specified correctly. \nEnsure that the necessary permissions are in place to read the source file and write the converted file if applicable. \nThe conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads. \nIf the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown. \nSupported formats for conversion depend on the available libraries and their capabilities....request.* ; public class ConvertSpreadsheetEx...ConvertChartToImageR request = new ConvertChartToImageR (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-chart-...
  10. Set Range Value in an Excel Worksheet|Document

    Learn how to set a cell or range value in an Excel workbook using Aspose.Cells Cloud REST API (v3.0). Includes endpoint, parameters, cURL example, SDK code samples, and error handling....eetName}/ranges/value The request parameters are: Parameter Name...object that can be sent in the request body: { "range" : { "FirstRow"...

    docs.aspose.cloud/cells/ranges/update/values/