Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 32,028 for

request

(0.84 sec)
  1. 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...
  2. Converts the range of spreadsheet in cloud stor...

    This method processes a range of spreadsheet directly in cloud storage, converting it to the Requested output format (PDF, or Image format) without requiring the file to be downloaded to the local machine. \nThe operation relies on valid cloud storage credentials and an accessible file path or identifier. \nThe conversion is performed remotely, reducing data transfer and improving performance for large files. \nIf the source file is not found, access is denied, or an error occurs during conversion, an appropriate exception will be thrown. \nSupported output formats are determined by the capabilities of the underlying cloud conversion service....request.* ; public class Example {...ExportRangeAsFormatR request = new ExportRangeAsFormatR (); request . setname...

    products.aspose.cloud/cells/java/export-range-a...
  3. Aspose.Cells Cloud API – File & Folder Manageme...

    Comprehensive guide to managing Excel files and folders in Aspose.Cells Cloud storage. Includes upload, download, copy, move, delete, and folder operations with cURL examples, required parameters, and authentication notes....0/cells/storage/file/ { path } The request parameters are: Parameter Name...0/cells/storage/file/ { path } The request parameters are: Parameter Name...

    docs.aspose.cloud/cells/files-and-storage/
  4. 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 com.aspose...import com.aspose.barcode.cloud.requests.ScanRequestWrapper ; import...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  5. Converting a Worksheet to SVG - Free Support Fo...

    Hello, I am trying to convert a worksheet to a .svg file, but aspose is returning a .png file instead. When I look at the specs listed here I can see the svg is a supported format for both ConvertWorksheetRequest and Ra…...image_format="svg", ) range_convert_request = RangeConvertRequest( source...image_or_print_options=image_options, ) request = PostWorksheetCellsRa( name=aspose_file_name...

    forum.aspose.cloud/t/converting-a-worksheet-to-...
  6. Encountering an issue while uploading/downloadi...

    https://api.aspose.cloud/v3.0/3d/storage/file/3D%2Fshoe_sp.glb?storageName=Convertions Here are the details: Response Body: { “Uploaded”: [], “Errors”: [ { “Code”: “errorAmazonS3Storage”, “Message”: “AmazonS3 Sto…...“AmazonS3 Storage exception: The request signature we calculated does...application/json; charset=utf-8 Request for Help: Can anyone provide...

    forum.aspose.cloud/t/encountering-an-issue-whil...
  7. File|Aspose Words Cloud Docs

    File...File Contents [ Hide ] Request Response Model Copy CopyFileRequest...datetime. RequestId string The request id. FilesList Represents a...

    docs.aspose.cloud/words/spec/file/
  8. Facing MaxRetryError When Converting Word Docum...

    Hello, I’m currently involved in a project that requires converting large Word documents (over 100MB) into PDF format using Aspose. For most files under 50MB, the conversion process works fine. However, for documents la…...PDF conversion request = awc.models.requests.ConvertDocumentReque(document=doc...words_api.convert_document(request) Where words_api represents...

    forum.aspose.cloud/t/facing-maxretryerror-when-...
  9. Delete Vertical Page Break|Document

    Remove a vertical page break from an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes cURL example, SDK code snippets, parameters, and error handling.... Request Parameters Parameter Name Type...not exist. 400 Bad Request – malformed request syntax or invalid...

    docs.aspose.cloud/cells/page-breaks/delete-vert...
  10. Convert XLS to DOCX using Java

    Utilizing the Aspose.Cells Cloud SDK for Java to convert a XLS format file to a DOCX format file....request.* ; public class ConvertSpreadsheetEx...ConvertSpreadsheetRe request = new ConvertSpreadsheetRe (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/conversion/xls...