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

request

(0.42 sec)
  1. 在Excel文件中设置背景

    Aspose.Cells Cloud REST API 支持为 Excel 文件设置背景,并提供多种编程语言的 SDK,包括 Android、C#、Go、Java、NodeJS、Perl、PHP、Python、Ruby、Swift。...Request ; using System ; using System...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/zh/background/
  2. Adding Footers to a PDF Document|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....Type Description Swagger Link Request DTO /pdf/{name}/footers/text...

    docs.aspose.cloud/pdf/adding-footers-to-a-pdf-d...
  3. How to Run the Examples|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....source code and create a pull request. We will review the changes...

    docs.aspose.cloud/imaging/how-to-run-the-examples/
  4. File Info|Document

    Get Excel file name, size, and Base64 content via Aspose.Cells Cloud API. Learn Request syntax, sample code, and error handling....Meaning When It Occurs 200 OK – request succeeded. Normal response...

    docs.aspose.cloud/cells/file-info/
  5. Combine DOCX Files in Node.js | Merge Word Docu...

    Learn how to merge multiple Microsoft Word documents (DOC/DOCX) into a single file using Node.js and Aspose.Words Cloud REST API. Combine Word files online...WordsApi(config); Step 2 – Create Merge Request: const appendDocs = { DocumentEntries:..."KeepSourceFormatting" } ] }; const request = new AppendDocumentReques({...

    blog.aspose.cloud/words/merge-word-documents-wi...
  6. Set Cell Value – Aspose.Cells Cloud API Referen...

    Learn how to set the value of a specific cell in an Excel worksheet using Aspose.Cells Cloud REST API. Includes Request syntax, parameters, HTTPS cURL example, and SDK code samples....} /cells/ { cellName } All requests must be sent over HTTPS ....header as Bearer <jwt token> . Request parameters Name Type Location...

    docs.aspose.cloud/cells/set-value-of-a-cell-in-...
  7. AiNameParseRequest|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....AiNameParseRequest Contents [ Hide ] Request model for EmailCloud.Ai.Name...

    docs.aspose.cloud/email/reference-model-ai-name...
  8. Generate Barcode for Healthcare Applications in...

    Learn how to generate barcode for healthcare applications in .NET using Aspose.BarCode Cloud SDK, with step‑by‑step code, setup guide, and performance tips....Prepare barcode generation request var request = new GenerateBarcodeReque...apiInstance.GetBarcodeGenerate(request); using ( var fileStream =...

    blog.aspose.cloud/barcode/generate-barcode-for-...
  9. 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...
  10. Get all hyperlinks in a Word document online|Do...

    Get all hyperlinks in a Word document programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/hyperlinks/get-all/