Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 3,933 for

body

(0.04 sec)
  1. Add Background in Workbook|Document

    Aspose.Cells Cloud REST API support adding background on an Excel workbook on an Excel file. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift.... Request Body Parameter Parameter Name Type...data file saves into request body. REST API API Type Description...

    docs.aspose.cloud/cells/add-background-in-excel...
  2. Set Barcode Source|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.... body . barcodes ; } const config...( request ); return result . body . barcodes ; } const scanApi...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. 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/
  4. Update cell style for pivot table|Document

    Aspose.Cells Cloud REST API support updating cell style for a pivot table. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....integer query style body Style dto in request body. needReCalculate...

    docs.aspose.cloud/cells/pivot-tables/format/
  5. 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/
  6. 通过 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...
  7. Add or Replace Circle Annotations in a PDF Docu...

    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....><body xmlns=\"http://www.w3.org/1999/xhtml\"....0pt\">Contents</span></p></body>" , "Color" : { "A" : 255 ,...

    docs.aspose.cloud/pdf/add-or-replace-circle-ann...
  8. MapiMessageItemBaseDto|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.... [optional] Body string Message text. [optional]...The content type of message body. Enum, available values: PlainText...

    docs.aspose.cloud/email/reference-model-mapi-me...
  9. Convert from HTML Content – Aspose.HTML Cloud

    Learn how to convert HTML content strings directly into various formats using Aspose.HTML Cloud API, with examples in C# and JavaScript....Request Body: Copy 1 { 2 "InputContent" : "<html><body><h1>Hello..."<html><body><h1>Hello World</h1></body></html>" 3 } Response: PDF file returned...

    docs.aspose.cloud/html/convert-html-content/
  10. Extract Links from PDF via Cloud Node.js SDK

    Extract all hyperlinks from a PDF file using Aspose.PDF Cloud SDK for Node.js.... body . code == 200 && resultLinks . body . links ..... showLinks ( resultLinks . body . links . list , "all" ); return...

    products.aspose.cloud/pdf/nodejs/links/extract/