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

request

(0.16 sec)
  1. Set Barcode Colorscheme|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....different request formats: generate : GET request with parameters...string. generateBody : POST request with parameters in the body...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  2. 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...
  3. 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-...
  4. 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/
  5. 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 html 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 ConvertSpreadsheetEx...ConvertRangeToHtmlRe request = new ConvertRangeToHtmlRe (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-range-...
  6. 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...
  7. 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...
  8. 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-...
  9. Converts a table of spreadsheet on a local driv...

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

    products.aspose.cloud/cells/java/convert-table-...
  10. Excel® 电子表格编程 API,使用 Perl 加速电子表格管理和处理任务

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

    products.aspose.cloud/cells/zh/perl/