Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 31,744 for

request

(0.1 sec)
  1. Intermittent 400 error on PUT http://api.aspose...

    Hi Team, We’ve been facing this issue for a while now, and have investigated multiple issues on our side. We use the REST API for the Aspose.PDF Cloud endpoints. When calling this endpoint: PUT http://api.aspose.cloud…...nothing changes between the requests). Can you please assist us...issue? Here are a couple of Request Id failures from today: b5...

    forum.aspose.cloud/t/intermittent-400-error-on-...
  2. Excel® Spreadsheet Programming API to speed up ...

    API support to build cross-platform applications having the ability to generate, modify, convert, render, and print spreadsheets. It allows developers to manage worksheets, rows, columns & cells, create spreadsheet contents and styles from scratch, import data onto the worksheets from different data sources, add common and complex mathematical, financial, and text formulas, create & manipulate pivot tables, charts, hyperlinks, comments, drawing objects and much more....+localName) ; var request = new PutConvertWorkbookRe(); request.file = mapFiles;...mapFiles; request.format = format; var response = cellsApi.p...

    products.aspose.cloud/cells/nodejs/
  3. Excel to PNG|Document

    Convert Excel spreadsheets to PNG images using Aspose.Cells Cloud REST API. Supports multiple SDKs and provides detailed examples for various programming languages.... Request Body Parameter Parameter Name...first part of the multipart request. Response FileInfo The OpenAPI...

    docs.aspose.cloud/cells/convert-excel-file-to-p...
  4. Add a pivot table in an Excel worksheet|Document

    Use Aspose.Cells Cloud REST API to add a pivot table to an Excel worksheet. The service is available through multiple SDKs (C#, Java, PHP, Python, Node.js, Android, Swift, Perl, Go)....{ sheetName } /pivottables Request parameters Parameter Name Type...pivot table will be created. request object body CreatePivotTableRequ...

    docs.aspose.cloud/cells/pivot-tables/add/
  5. Border|Aspose Words Cloud Docs

    Border...Border Contents [ Hide ] Request Response Model Delete DeleteBorderOnlineRe...RequestId string Gets or sets the request Id. Border Border Gets or sets...

    docs.aspose.cloud/words/spec/border/
  6. Check if a Storage Exists – Aspose.Cells Cloud ...

    Verify the existence of a storage container in Aspose.Cells Cloud. Learn the GET /v4.0/cells/storage/{storageName}/exist endpoint, required parameters, response format, and see SDK examples in C#, Java, Python, and more.... Request Parameters Parameter Name Type...HTTP Status Meaning 200 OK Request succeeded; response contains...

    docs.aspose.cloud/cells/storage-exists/
  7. Get All Hyperlinks – Aspose.Cells Cloud REST AP...

    Retrieve every hyperlink from a worksheet in an Excel file using the Aspose.Cells Cloud REST API (v3.0). Includes HTTPS endpoint, required parameters, cURL example, response schema, and SDK code samples....{ sheetName } /hyperlinks Request parameters Parameter Name Type...Reason Example Body 400 Bad Request – missing or invalid parameters...

    docs.aspose.cloud/cells/hyperlinks/get-all/
  8. Multiple File Upload - Free Support Forum - asp...

    Is there a way to upload multiple files(lets say images to a specifc folder) in my aspose storage? https://api.aspose.cloud/v4.0/words/storage/file/{path} I can upload only one file right now...multiple files in a single request. You can only upload one file...is uploaded in a separate request. For further information, please...

    forum.aspose.cloud/t/multiple-file-upload/26975
  9. Javascript Split PDF REST API

    Split PDF file in JavaScript using REST API....pdf" ); const request = new model. SplitDocumentOnlineR...wordsApi. splitDocumentOnline (request) . then ( ( splitDocumentResult...

    products.aspose.cloud/words/nodejs/split/pdf/
  10. Javascript Split DOCX REST API

    Split DOCX file in JavaScript using REST API....docx" ); const request = new model. SplitDocumentOnlineR...wordsApi. splitDocumentOnline (request) . then ( ( splitDocumentResult...

    products.aspose.cloud/words/nodejs/split/docx/