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

request

(0.1 sec)
  1. Javascript Split TXT REST API

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

    products.aspose.cloud/words/nodejs/split/txt/
  2. GET Recognize Template Fails: Trouble Scanning ...

    Context: Using Postman for API Request Handling with Aspose.OMR I’m currently integrating the Aspose.OMR API and encountering an issue during the recognition phase. Here’s a step-by-step breakdown of what I’ve done so f…...Context: Using Postman for API Request Handling with Aspose.OMR I’m...Generate OMR Template Sent a POST request to the Generate OMR endpoint...

    forum.aspose.cloud/t/get-recognize-template-fai...
  3. Javascript Split DOC REST API

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

    products.aspose.cloud/words/nodejs/split/doc/
  4. Javascript Split HTML REST API

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

    products.aspose.cloud/words/nodejs/split/html/
  5. How to work with deleting worksheets in an Exce...

    Learn how to delete single or multiple worksheets from an Excel workbook using Aspose.Cells Cloud REST API. Includes C#, Java, and Python examples, prerequisites, error‑handling tips, and related operations....several worksheets in one request....

    docs.aspose.cloud/cells/worksheets/delete/
  6. 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/
  7. Object Detection in Images using C#. Image OCR ...

    Object Detection in Images. Perform Object detection on Image. Identify objects in images. Identify objects in images using C# SDK... Request query parameters: name (string..."authorization: Bearer <jwt token>" Request URL https://api.aspose.cloud/v3...

    blog.aspose.cloud/imaging/object-detection-from...
  8. Protect Excel files

    Aspose.Cells Cloud REST API supports workbook decryption, encryption, and digital signatures, and provides SDKs for various programming languages, including Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and Swift....Request ; using System ; using System...PostProtectRequest request = new PostProtectRequest(); request.File = new...

    products.aspose.cloud/cells/protect/
  9. 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...
  10. 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/