Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 31,471 for

request

(0.25 sec)
  1. MergeAndSaveOnline Method Suddenly Failing with...

    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-method-...
  2. Converts a chart of spreadsheet in cloud storag...

    This method processes a chart 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 {...ExportChartAsFormatR request = new ExportChartAsFormatR (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/export-chart-a...
  3. 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-...
  4. Manipulate Excel cells formatting using Cloud A...

    REST API for PPTX manipulation. .NET Cloud API to manipulate Categories and chart data in PowerPoint. Free Cloud API to create and update Charts within PPT...Add a category to Chart # Request URL <code>POST https://api...NET Update chart category # Request URL <code>PUT https://api.aspose...

    blog.aspose.cloud/slides/powerpoint-chart-data-...
  5. Barcode Recognition Issue - Free Support Forum ...

    Hello guys, Im tried to scan Barcode on your live demos and its proceeds fine. So I created account in Cloud Dashboard. I send via cloud sdk same images and it response me that barcodes not found. Do you use different so…...preset to help clarify the requested codes. In your case, you have...must add it manually in your request. After that, to scan the images...

    forum.aspose.cloud/t/barcode-recognition-issue/...
  6. Merge Presentations with Node.js REST API

    This guide describes how to merge presentations with Node.js REST API. You will perform PowerPoint presentation merger with Node.js Low Code API using Node.js-based Cloud SDK with a few API calls....presentation name and the request object Display the resultant...presentation’s Cloud paths in the request object. Finally, call the Merge()...

    kb.aspose.cloud/slides/nodejs/merge-presentatio...
  7. Merge Presentations with C# REST API

    This guide describes how to merge presentations with C# REST API. You will perform PowerPoint presentation merger with C# Low Code API using .NET-based Cloud SDK with a few API calls....presentation name and the request object Display the resultant...presentation’s Cloud paths in the request object. Finally, call the Merge()...

    kb.aspose.cloud/slides/net/merge-presentations-...
  8. 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. generate_body : POST request with parameters in the body...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  9. Authorization in Node.js SDK|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....to configure and authorize requests to the Aspose Barcode Cloud...secure and authorized API requests. Note: For manage authorization...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  10. Sending image for recognition|Documentation

    How to send an image for recognition to the Aspose.OCR Cloud API....from an image , send a POST request to the https://api.aspose.cloud/v5...endpoint. To authorize the request, pass the access token in Authorization...

    docs.aspose.cloud/ocr/send-image-for-recognition/