Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,299 for

body

(0.35 sec)
  1. Set an Embedded Font|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....presentations uploaded in the request body. You can also embed multiple...presentation in the request body. SDK Examples SDK Source The...

    docs.aspose.cloud/slides/set-embedded-font/
  2. Copy contents and formats from another workshee...

    Learn how to copy a worksheet and its formats to a new sheet using Aspose.Cells Cloud REST API. Includes endpoint, parameters, cURL, and SDK examples for C#, Java, Python, and more.... options object body JSON object containing copy...codes together with a JSON error body. Typical responses include:...

    docs.aspose.cloud/cells/worksheets/copy/
  3. Update Chart Properties|Document

    Learn how to update chart properties (type, title, legend, etc.) in an Excel workbook using Aspose.Cells Cloud REST API (v3.0). Includes endpoint, parameters, cURL example, and SDK snippets for C#, Java, PHP, Ruby, Node.js, Perl, and Go.... chart object body JSON object that defines the...the storage service. Request Body Schema The chart object contains...

    docs.aspose.cloud/cells/charts/properties/update/
  4. Authorization in PHP SDK|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.... In the request body, specify the following parameters:...'application/x-www-form-urlencoded' ] ]); $body = $response -> getBody () ->...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  5. Convert CAD Drawings to PDF Format|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....Image is passed as a request body Input Document: Output Document:...Image is passed as a request body Rotate and Flip Existing Image...

    docs.aspose.cloud/cad/convert-cad-drawings-to-p...
  6. Request Format|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....the mime type of the request body, you have to set the Content-Type...Request Parameters and Request Body Applications can send data to...

    docs.aspose.cloud/storage/request-format/
  7. 通过 Aspose.Pdf Cloud Node.js SDK 从 PDF 文档中提取附件

    使用 Node.js 和 Aspose.PDF Cloud SDK 提取 PDF 附件。通过 API 访问嵌入内容。... body . code === 200 && result . body . attachments...const attachmentList = result . body . attachments . list || [];...

    products.aspose.cloud/pdf/zh/nodejs/attachments...
  8. Append attachments in PDF documents via Aspose....

    Add attachments to PDFs via Node.js with Aspose.PDF Cloud SDK. Embed supporting documents in your PDFs.... body . errors . length === 0 } `...`Uploaded: ${ uploadResult . body . errors . length === 0 } `...

    products.aspose.cloud/pdf/nodejs/attachments/add/
  9. How to Replace an Existing Table in DOCX (Find ...

    Hello Team, I am using Aspose.Words for Node.js and I need to detect and replace a specific table inside a DOCX file. :heavy_check_mark: My Requirement I want to: Find a table by index OR by bookmark OR by matching…... "sections/0/body/tables/2" Delete the existing...For a table, the parent is the body of the section that previously...

    forum.aspose.cloud/t/how-to-replace-an-existing...
  10. Aspose Words Cloud Python Self Host - Process h...

    Hi, We are trying to migrate from Aspose cloud rest API in rails to a self-hosted Aspose Words Python server since Its not available in Ruby. In the documentation, there is only basic information regarding merge fields…..."html", "htmlText": "<html> <body> <div> <img src='#{img_path}'>...-5px'>#{caption}</div> </div> </body> </html>" } How to write the...

    forum.aspose.cloud/t/aspose-words-cloud-python-...