Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 4,455 for

body

(0.12 sec)
  1. Update Chart Legend in a Worksheet|Document

    How to update a chart legend in an Excel worksheet using the Aspose.Cells Cloud REST API, with cURL request examples and SDK code snippets for multiple programming languages.... legend object body JSON object that defines the...

    docs.aspose.cloud/cells/charts/legend/update/
  2. Compress Data in an Excel File|Document

    Use Aspose.Cells Cloud REST API to compress Excel files (XLS, XLSX, XLSM, XLSB, ODS). Choose the compression level, process multiple files at once, and integrate via SDKs for various programming languages....Type Path/Query String/HTTP Body Description file file formData...

    docs.aspose.cloud/cells/compress-excel-files/
  3. Sending DjVu for conversion|Documentation

    How to send a DjVu file for conversion into a PDF document to the Aspose.OCR Cloud API....image property in JSON request body. The file contents must be Base64...

    docs.aspose.cloud/ocr/send-djvu-for-conversion/
  4. Convert Word to PDF is not working with Creatio...

    For a Creatio instance, we have provided the Aspose client ID and the secret key generated from the Aspose. But still, within Creatio, we cannot convert the document to PDF and the interface keeps loading without throwin…...details for api request: query, body and request log if possible...

    forum.aspose.cloud/t/convert-word-to-pdf-is-not...
  5. Replace text in ODP files via cURL

    Replace text in Slides ODP files with REST API & Open Source cURL SDK...presentation file passed in request body. replaceSlideTextOnli to replace...presentation file passed in request body. Get Started with Slides API...

    products.aspose.cloud/slides/curl/replace-text/...
  6. Manipulate Excel cells formatting using Cloud A...

    Use REST API to Create or Modify charts in PowerPoint presentation. Learn how to create or update Charts in PPTX using cURL commands...folder=myFolder Request Body { "dataPointType": "OneValue"...s/2?folder=myFolder Request Body { "dataPointType": "OneValue"...

    blog.aspose.cloud/slides/create-and-modify-char...
  7. Delete a Filter from an Excel Worksheet – Aspos...

    Learn how to delete an AutoFilter from an Excel worksheet using Aspose.Cells Cloud REST API, cURL, and SDKs (C#, Java, Python, etc.). Includes endpoint, parameters, authentication, and sample code....returns HTTP 200 with a JSON body indicating success. You can...Description Example Response Body 400 Bad request – missing required...

    docs.aspose.cloud/cells/delete-filter/
  8. Resize PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to resize PDF Document. Check the Node.js source code to resize PDF file.... body . code != 200 ) { console ....tempFolder , null ); if ( response . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/nodejs/resize/
  9. Insert Image, Find and Replace Text in Word doc...

    因为2017年4月的开发者通讯介绍了Aspose文件格式API中的API更新,主要功能增强和错误修复...Options data in the request body and return converted the document...to send data file in request body or to upload it to Cloud Storage...

    blog.aspose.cloud/cells/delete-comments-in-work...
  10. Replace Text in PDF via Cloud Node.js SDK

    Replace text in PDF files programmatically using Node.js and Aspose.PDF Cloud SDK.... body . status ); const downloadRes...RESULT_FILENAME , downloadRes . body ); } catch ( error ) { console...

    products.aspose.cloud/pdf/nodejs/text/replace/