Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 32,028 for

request

(0.06 sec)
  1. Response Format|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 information based on the request. The default return type is...JSON can be set by setting request Accept-Type header to “application/json”...

    docs.aspose.cloud/total/getting-started/rest-ap...
  2. 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/...
  3. Sending DjVu for conversion|Documentation

    How to send a DjVu file for conversion into a PDF document to the Aspose.OCR Cloud API....PDF document, 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-djvu-for-conversion/
  4. Import JSON Data into Excel|Document

    Learn how to import JSON data into an Excel worksheet using Aspose.Cells Cloud REST API. Includes endpoint details, Request/response examples, and SDK code for .NET, Java, and Python.... Request Parameters Parameter Name Location...importJsonRequest HTTP body class The request payload that contains JSON...

    docs.aspose.cloud/cells/import-json-data-into-e...
  5. Fetching audio|Documentation

    How to get the text-to-speech conversion result from the Aspose.OCR Cloud queue....be converted to speech, the request is queued to ensure a stable...conversion task. Send a GET request to the https://api.aspose.cloud/v5...

    docs.aspose.cloud/ocr/fetch-voice/
  6. 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/...
  7. 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...
  8. 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 html 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 {...ConvertTableToJsonRe request = new ConvertTableToJsonRe (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-table-...
  9. 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 pdf format, 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-...
  10. 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...