Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 31,678 for

request

(0.17 sec)
  1. 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...
  2. Convert CSV to JSON in Node.js | CSV to JSON Co...

    Learn how to convert CSV files to JSON using Aspose.Cells Cloud SDK for Node.js. Transform tabular data into structured JSON online with high accuracy....Configure and Send the Conversion Request: const saveOptions = { SaveFormat:...SaveFormat: "JSON" }; const request = new PostWorkbookSaveAsRe({...

    blog.aspose.cloud/cells/convert-csv-to-json-wit...
  3. DataSourceException: ASPOSE Service Exception -...

    Hi Tea, we are getting below error, can you let us know what is the issue behind it ? DataSourceException: ASPOSE Service Exception : System.CalloutException: Unable to tunnel through proxy. Proxy returns “HTTP/1.1 503…...5:53am 23 any update on this request? yaroslaw.ekimov May 5, 2025...8:15am 25 any update on this request? yaroslaw.ekimov May 13, 2025...

    forum.aspose.cloud/t/datasourceexception-aspose...
  4. Aspose.Cells Cloud Web API – Convert Local Exce...

    Learn how to convert a specific Excel range (e.g., A1:C10) to an HTML file using Aspose.Cells Cloud REST API. Includes authentication steps, cURL example, and SDK snippets for C#, Java, Python, and more....0/cells/convert/range/html Request Parameters Parameter Name Type...the spreadsheet file. Full Request Example (cURL) curl -X PUT...

    docs.aspose.cloud/cells/convert-range-to-html/
  5. Convert JSON to XML in Node.js | JSON to XML On...

    Learn how to convert JSON to XML using Node.js and REST API. Build fast and scalable REST API solutions to transform structured JSON data into XML online....SaveFormat: "XML" }; const request = new PostWorkbookSaveAsRe({...cellsApi.postWorkbookSaveAs(request); console.log("JSON successfully...

    blog.aspose.cloud/cells/convert-json-to-xml-in-...
  6. Make DOC In Swift

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

    products.aspose.cloud/words/swift/make/doc/
  7. 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/
  8. 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/
  9. Export Excel internal elements or the workbook ...

    Aspose.Cells Cloud provides robust support for exporting Excel internal elements or the workbook itself to various format files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on....Request ; using Newtonsoft.Json ; using..." ); var request = new PostExportRequest(); request.File = new...

    products.aspose.cloud/cells/net/export/
  10. While upload a doc and convert to html it is no...

    image.png (429.8 KB) the first image when i try to upload docx and after convert to html i am using tool to show as pdf it is showing single layout rather than double side layout export class ConversionService { priv…... By the way, you send get request to https://api.aspose.cloud/v4..."/TestSaveAs.pdf" }) const request = new model.SaveAsOnlineRequest({...

    forum.aspose.cloud/t/while-upload-a-doc-and-con...