Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 31,709 for

request

(0.72 sec)
  1. Delete Hyperlinks in Spreadsheets and Replace T...

    Delete hyperlinks from a worksheet or update it with Aspose.Cells. You can find and replace text in PDF documents and work with images....a POST request (sending export options in the request body) to...worksheet resource and send a POST request specifying the names of source...

    blog.aspose.cloud/total/create-update-or-conver...
  2. Converts a worksheet of spreadsheet on a local ...

    This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired pdf 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 {...ConvertWorksheetToPd request = new ConvertWorksheetToPd (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-worksh...
  3. Is there any limitation for payload json - Free...

    413 Request Entity Too Large Request Entity Too Large The Requested resource does not allow Request data with PUT Requests, or the amount of data provided in the Request exceeds the capacity limit.... 7:26am 1 413 Request Entity Too Large Request Entity Too Large...Large The requested resource does not allow request data with PUT...

    forum.aspose.cloud/t/is-there-any-limitation-fo...
  4. Set Recognition Quality and Speed|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 RecognizeApi interface...files using different HTTP request types. Below are the available...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  5. 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/...
  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. Import and Export WordPress Posts from/to PDF a...

    Import wordpress posts or export wordpress posts to PDF or Word or other word processing formats. You can export posts to PDF, DOC, and DOCX with it....a POST request (specifying save options in the request body) to...[splitDocument][17] resource and send a POST request to split to any supported format...

    blog.aspose.cloud/total/work-with-section-parag...
  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. 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...