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

body

(0.78 sec)
  1. 通过 Aspose.Pdf Cloud Node.js SDK 提取和附加 PDF 文档中的附件

    使用 Aspose.PDF Cloud SDK for Node.js 管理 PDF 文档中的文件附件。添加、列出或删除嵌入内容。... body . code === 200 && result . body . attachments...const attachmentList = result . body . attachments . list || [];...

    products.aspose.cloud/pdf/zh/nodejs/attachments/
  2. 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...
  3. Add or Replace Text Annotations in a PDF Docume...

    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-text-annot...
  4. Add or Replace Square 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-square-ann...
  5. Update style for pivot table|Document

    Aspose.Cells Cloud REST API support updating all 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....table index style body Style dto in request body. needReCalculate...

    docs.aspose.cloud/cells/pivot-tables/format-all/
  6. 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/
  7. Urgent :: Your pricing plan allows processing f...

    Hi, We have configured aspose with salesforce to generate pdf from docx. Since yesterday evening suddenly file generation has stop with following error, Error: Your pricing plan allows processing files with maximum siz…... Request body too large when uploading via...more errors occurred. Request body too large.”, “description”:...

    forum.aspose.cloud/t/urgent-your-pricing-plan-a...
  8. Get Signature from PDFs via Cloud Node.js SDK

    Extract signature from PDF document using Aspose.PDF Cloud. Check the Node.js source code to get signatures from PDF file.... body . code == 200 && response . body . fields ) {...showSignatureFieldsA ( response . body . fields ); } else console ...

    products.aspose.cloud/pdf/nodejs/signature/get/
  9. Add a pivot table in an Excel worksheet|Document

    Aspose.Cells Cloud REST API support adding a pivot table in an Excel worksheet. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....request body CreatePivotTableRequ dto in request body. folder...

    docs.aspose.cloud/cells/pivot-tables/add/
  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/