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

request

(0.49 sec)
  1. UnpivotRange|Document

    Switch rows and columns in the spreadsheet.... Request Parameters Parameter Name Type...opening spreadsheet file. Request Body Parameter Parameter Name...

    docs.aspose.cloud/cells/cells/unpivot/range/
  2. Set Barcode Image Kind|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.... Usage in API Requests The RecognitionImageKind parameter...and can be set in several requests within the API. It is available...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. 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...
  4. Delete Folder – Aspose.Cells Cloud API | Remove...

    Learn how to delete a folder (optionally recursively) from Aspose.Cells Cloud storage using the DELETE /v4.0/cells/storage/folder/{path} endpoint. Includes Request syntax, parameters, authentication, sample code, and error handling.... HTTP Request DELETE https://api.aspose.cloud/v4...storageName=MyStorage&recursive=true Request Example (cURL) curl -X DELETE...

    docs.aspose.cloud/cells/developer-guide/files-a...
  5. 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...
  6. Modify PPTX Slides in Java Programmatically

    Learn to modify PPTX slides in Java with Aspose.BarCode Cloud SDK for Java's REST API. Includes code snippets and cURL examples for adding PowerPoint slides....slides I can add in a single request? Read More Modifying PowerPoint...client ID and secret, then request a JWT token. ApiClient client...

    blog.aspose.cloud/barcode/modify-pptx-slides-in...
  7. Authorization in Java 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/...
  8. 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-...
  9. 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...
  10. Convert ODS to CSV using Java

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

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