Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 32,024 for

request

(0.82 sec)
  1. Export List Object|Document

    The Aspose.Cells Cloud REST API enables exporting Excel ListObjects to a wide range of file formats. SDKs are available for many programming languages, including C#, Java, Python, Node.js, Go, PHP, Ruby, Perl, and Swift.... Request Parameters Parameter Name Type...compressed file details. 400 Bad Request Missing or invalid parameters...

    docs.aspose.cloud/cells/export-excel-listobject...
  2. Execute Mail Merge of Any Type to Create Documents

    Execute mail merge and generate documents from a template and XML. Mail merge can be executed in any language as per your preference....storage and then send a POST request to the Aspose Cloud service...RestClient library to send HTTP request and handle HTTP response so...

    blog.aspose.cloud/total/split-all-or-specific-p...
  3. How to Force the Use of Custom Fonts During Wor...

    I am testing the following API for converting Word to PDF: https://api.aspose.cloud/v4.0/words/convert?format=pdf&storage=TEST&fontslocation=xxx I have specified the fontslocation parameter, assuming that it would enfo…...when making the conversion request. Fallback Mechanism : The fontsLocation...the custom fonts. Example Request : Here’s an example of how...

    forum.aspose.cloud/t/how-to-force-the-use-of-cu...
  4. Reduce Excel File Size | Compress XLS/XLSX | Ex...

    Discover how to compress Excel workbooks and minimize file size using C# .NET. Efficient methods to optimize Excel files with .NET Cloud SDK and cURL...var request = new PostCompressRequest(...); Create request instance...response = cellsApi.PostCompress(request); Call the API to compress...

    blog.aspose.cloud/cells/compress-excel-using-cs...
  5. AiNameMatchRequest|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....AiNameMatchRequest Contents [ Hide ] Request model for EmailCloud.Ai.Name...

    docs.aspose.cloud/email/reference-model-ai-name...
  6. Make DOCX In Swift

    Make DOCX using Swift SDK. Easily create a blank DOCX in Swift in a few steps....createDocument(request: createDocumentReques); let...fileName); _ = try api.downloadFile(request: downloadDocumentRequ); Run...

    products.aspose.cloud/words/swift/make/docx/
  7. XLSX to CSV | Convert Excel to CSV | Comma Deli...

    Learn how to convert Excel files (XLS, XLSX) to CSV (comma-separated values) using .NET REST API. Step-by-step guide to convert XLSX into CSV effortlessly....Storage UploadFileRequest request = new UploadFileRequest("input...null); cellsInstance.UploadFile(request); Step 3: Create an instance...

    blog.aspose.cloud/cells/excel-to-csv-using-csharp/
  8. Add an Image Watermark|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.... CreateImageWatermark Request Parameters Name Type Location...file. CreateImageWatermark Request Parameters Name Type Location...

    docs.aspose.cloud/slides/add-an-image-watermark/
  9. Export objects of Excel

    Aspose.Cells Cloud REST API facilitates exporting workbooks and their internal objects to various formats and provides SDKs for multiple programming languages, including Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and Swift....Request ; using System ; using System...PostExportRequest request = new PostExportRequest(); request.File = new...

    products.aspose.cloud/cells/export/
  10. Update a Worksheet Cell Comment|Document

    Use Aspose.Cells Cloud REST API to update a worksheet comment on a cell in an Excel workbook, including Request details, response codes, and SDK examples....} /comments/ { cellName } Request Parameters Parameter Name Type...updated successfully. 400 Bad request – missing or invalid parameters...

    docs.aspose.cloud/cells/comments/update/