Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 31,709 for

request

(1.84 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. 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-...
  3. Our aspose cloud service is returning error 400...

    We are continuously receiving this error in our production environment. The The remote server returned an error: (400) Bad Request. Please can assistance be provided? We did not change our templates....returned an error: (400) Bad Request. Please can assistance be provided...are encountering, “400 Bad Request,” typically indicates that...

    forum.aspose.cloud/t/our-aspose-cloud-service-i...
  4. Working with cURL utility|Aspose Words Cloud Docs

    Using the curl utility to interact with REST APIs...utility Contents [ Hide ] HTTP requests are composed of several components:...headers, query parameters, and request body. Each of these components...

    docs.aspose.cloud/words/getting-started/using-c...
  5. 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/
  6. Excel® 电子表格编程 API,使用 Perl 加速电子表格管理和处理任务

    API 支持构建跨平台应用程序,能够生成、修改、转换、渲染和打印电子表格。它允许开发人员管理工作表、行、列和单元格,从头创建电子表格内容和样式,从不同数据源导入数据到工作表,添加常见和复杂的数学、财务和文本公式,创建和操作数据透视表、图表、超链接、注释、绘图对象等等。...on; use AsposeCellsCloud::Request::PutConvertWorkbookRe; my $config....xlsx"; my $request = AsposeCellsCloud::Request::PutConvertWorkbookRe->new();...

    products.aspose.cloud/cells/zh/perl/
  7. Working with batch requests|Documentation

    Working with Batch Requests....Working with batch requests Contents [ Hide ] Aspose.Words REST...REST API provides a ‘Batch Request’ feature that allows developers...

    docs.aspose.cloud/words/batch/
  8. errorAmazonS3Storage Error using aspose API - F...

    Hello , I have been merging PDFs using Aspose’s “default storage” without issues for a long time, but today the same Request suddenly stopped working and now returns 400 Bad Request with errorAmazonS3Storage. My call …...long time, but today the same request suddenly stopped working and...and now returns 400 Bad Request with errorAmazonS3Storage . My...

    forum.aspose.cloud/t/erroramazons3storage-error...
  9. Convert Excel files to other formats.

    Aspose.Cells Cloud provides robust support for Excel file format conversion, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on....request.* ; public class Example {...ExportWorksheetAsFor request = new ExportWorksheetAsFor (); request . setname...

    products.aspose.cloud/cells/java/export-workshe...
  10. Converts a range of spreadsheet on a local driv...

    This method reads a spreadsheet file from the local file system, converts it's range to the desired json file, 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 Example {...ConvertRangeToJsonRe request = new ConvertRangeToJsonRe (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-range-...