Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 31,558 for

request

(0.11 sec)
  1. 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-...
  2. 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...
  3. Save Generated Barcodes|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/...
  4. Set Barcode Text|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....formats using GET and POST requests through the GenerateApi ....for generating barcodes: GET Request : Uses parameters in the URL...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  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 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-...
  6. 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...
  7. 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-...
  8. How to convert Microsoft Word Document to PDF w...

    Checking out the Aspose Cloud at the moment using the trial and having issues attempting to convert a Word document to a PDF using the REST API. Using a REST test client with the call below and attaching a docx file to …...file to the request, but getting a 403 Forbidden request. I’ve created...App Key are correct in the request. Is anyone able to tell me...

    forum.aspose.cloud/t/how-to-convert-microsoft-w...
  9. Excel® 电子表格编程 API,使用 Perl 加速电子表格管理和处理任务

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

    products.aspose.cloud/cells/zh/perl/
  10. Converts a spreadsheet in cloud storage to the ...

    This method accesses a spreadsheet file directly from cloud storage, converts it into the desired output format (e.g., XLSX, PDF, CSV), and returns the converted result without downloading the file to the local system. \nEnsure that the cloud storage configuration (such as access credentials and file path) is correctly set up. \nThe conversion process happens entirely within the cloud environment, minimizing data transfer overhead and enhancing security by keeping sensitive data within the cloud infrastructure. \nIf the source file does not exist, or if an error occurs during the conversion process, an appropriate exception will be thrown. \nSupported output formats depend on the underlying conversion service capabilities....request.* ; public class Example {...SaveSpreadsheetAsReq request = new SaveSpreadsheetAsReq (); request . setname...

    products.aspose.cloud/cells/java/save-spreadshe...