Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 31,886 for

request

(0.09 sec)
  1. 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...
  2. 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...
  3. Aspose.Cells Cloud – Replace Text in Local Exce...

    Replace text in local Excel workbooks without uploading to the cloud. Use Aspose.Cells Cloud Find & Replace API to update specific ranges, worksheets, or whole files in a single call....flow and include it in the request header: Authorization: Bearer...Bearer <access_token> . Request Parameters: Parameter Name Type...

    docs.aspose.cloud/cells/replace-spreadsheet-con...
  4. Aspose.Cells Cloud – Swap Columns, Rows & Range...

    Swap columns, rows or ranges in Excel files with Aspose.Cells Cloud API. Preserve formatting, formulas, and cell references in a single Request....0/cells/swap/range Request Parameters Parameter Name Type...Description 400 Bad Request Invalid request URI or mismatched range...

    docs.aspose.cloud/cells/swap-range/
  5. Working with Slide Show Properties|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.... GetSlideShowProperti Request Parameters Name Type Location...storage. SetSlideShowProperti Request Parameters Name Type Location...

    docs.aspose.cloud/slides/working-with-slide-sho...
  6. Aspose.Cells Cloud Download File API – Interfac...

    Learn how to download Excel, PDF, CSV, and other files from Aspose.Cells Cloud storage using the secure Download File API (v4.0). Includes endpoint, parameters, authentication, and code samples.... The request parameters of DownloadFile...Message 400 BadRequest The request is malformed or missing required...

    docs.aspose.cloud/cells/download-file/
  7. Message":"Error while loading file '' from stor...

    Hi, I Aspose version v1.1 We are trying to generate merge document which includes QR code in it. Input : word doc output: PDF Endpoint: https://api.aspose.com Version : https://api.aspose.com/v1.1 When trying to ge…...HttpResponse[Status=Bad Request, StatusCode=400]”| This same...accessToken) { try { HttpRequest request = new HttpRequest(); Integer...

    forum.aspose.cloud/t/message-error-while-loadin...
  8. Convert Excel Chart to Image – Aspose.Cells Clo...

    Learn how to convert Excel chart objects to PNG, JPEG, or BMP images using Aspose.Cells Cloud REST API. Includes endpoint, parameters, cURL example, SDK snippets, response handling, and error handling.... Request parameters Parameter Name Type...Example JSON Body 400 Bad Request – invalid parameters { "error":...

    docs.aspose.cloud/cells/charts/to-image/
  9. Excel® 电子表格编程 API 使用 Go 加速电子表格管理和处理任务

    API 支持构建跨平台应用程序,能够生成、修改、转换、渲染和打印电子表格。它允许开发人员管理工作表、行、列和单元格,从头创建电子表格内容和样式,从不同数据源导入数据到工作表,添加常见和复杂的数学、财务和文本公式,创建和操作数据透视表、图表、超链接、注释、绘图对象等等。...Getenv("ProductClientSecret")) request := PutConvertWorkbookRe{File:...instance.PutConvertWorkbook(&request) if err == nil { file, _ :=...

    products.aspose.cloud/cells/zh/go/
  10. Make HTML In Swift

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

    products.aspose.cloud/words/swift/make/html/