Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 31,720 for

request

(0.25 sec)
  1. 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/...
  2. 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 {...ExportSpreadsheetAsF request = new ExportSpreadsheetAsF (); request . setname...

    products.aspose.cloud/cells/java/export-spreads...
  3. Converts a table of spreadsheet in cloud storag...

    This method processes a table 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 {...ExportTableAsFormatR request = new ExportTableAsFormatR (); request . setname...

    products.aspose.cloud/cells/java/export-table-a...
  4. 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...
  5. 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...
  6. Convert Microsoft Word to PDF in Flutter - Free...

    Hi. I have flutter code like: void convertToPdf(String file,String name,String ext)async{ var configuration = Configuration(’, ‘’); var wordsApi = WordsApi(configuration); var localFileContent = await (File(file).rea…...'/' + remoteFileName); final request = DeleteFileRequest( remoteDataFolder...context.getApi().deleteFile(request); } /// Test for download file...

    forum.aspose.cloud/t/convert-microsoft-word-to-...
  7. MergeAndSaveOnline (Slides Merge API) suddenly ...

    Body: Hello Aspose team, We started experiencing an issue today (2025-09-04) when calling the Slides merge endpoint: POST http://api.aspose.cloud/v3.0/slides/merge Method: MergeAndSaveOnline Product: Aspose.Slides API…...0 The request returns a 400 error with the...showing the error details and request trace IDs. A few important...

    forum.aspose.cloud/t/mergeandsaveonline-slides-...
  8. Error 400 from Aspose.Words since 10:30AM 15 Ma...

    Com.Aspose.Words.ApiException HResult=0x80131500 Message=The remote server returned an error: (400) Bad Request. Source=Aspose.Words-Cloud StackTrace: at Com.Aspose.Words.Api.WordsApi.GetDocumentWithFormat(String na…...returned an error: (400) Bad Request. Source=Aspose.Words-Cloud...encountering, “Error 400 Bad Request,” typically indicates that...

    forum.aspose.cloud/t/error-400-from-aspose-word...
  9. 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-...
  10. 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...