Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,092 for

body

(0.32 sec)
  1. Add Picture in an Excel file|Document

    Use Aspose.Cells Cloud REST API to add a picture to an Excel worksheet. SDKs for Android, C#, Go, Java, Node.js, Perl, PHP, Python, Ruby, and Swift simplify integration across platforms.... picture object body Picture object (binary data)...must be supplied in the request body. folder string query The folder...

    docs.aspose.cloud/cells/pictures/add/
  2. 通过 Aspose.Pdf Cloud Node.js SDK 在 PDF 文档中附加附件

    通过 Aspose.PDF Cloud SDK 使用 Node.js 向 PDF 添加附件。在您的 PDF 中嵌入支持文档。... body . errors . length === 0 } `...`Uploaded: ${ uploadResult . body . errors . length === 0 } `...

    products.aspose.cloud/pdf/zh/nodejs/attachments...
  3. Convert HTML Invoice to PDF – Aspose.HTML Cloud

    Learn how to convert HTML invoices into PDF documents using Aspose.HTML Cloud API, with detailed examples in C# and JavaScript....to PDF: Copy 1 < html > 2 < body style = "font-family: Arial;"...</ tr > 28 </ table > 29 </ body > 30 </ html > API Request for...

    docs.aspose.cloud/html/common-usecases/invoice-...
  4. Split single PDF Documents | Node.js

    Split PDF into multiple files in Node.js using Aspose.PDF Cloud SDK. Automate document segmentation.... body . status ); await Promise . all ( result . body . result...+ 1 } .pdf` , downloadRes . body ); }) ); } catch ( error ) {...

    products.aspose.cloud/pdf/nodejs/split/
  5. 通过云端 Node.js SDK 从 PDF 中提取链接

    使用 Aspose.PDF Cloud SDK for Node.js 从 PDF 文件中提取所有超链接。... body . code == 200 && resultLinks . body . links ..... showLinks ( resultLinks . body . links . list , "all" ); return...

    products.aspose.cloud/pdf/zh/nodejs/links/extract/
  6. 通过云端 Node.js SDK 从 PDF 获取签名

    Aspose.PDF Cloud 允许您从 PDF 文档中获取签名。查看 Node.js 源代码以从 PDF 文件中获取签名。... body . code == 200 && response . body . fields ) {...showSignatureFieldsA ( response . body . fields ); } else console ...

    products.aspose.cloud/pdf/zh/nodejs/signature/get/
  7. .DOCX file is failing to convert and error “Ope...

    Upload HTML to Aspose Storage Failed Description “Operation Failed” on paid subscription: Client ID: 119b1fe8-7aae-4ef5-a147-9f479b3cb548 “Error”: { “Code”: “errorAuthentication”, “Message”: “Bearer error="invalid_…...this Conversion issue again "body": { "errors": { "": [ "Failed...you sent today is about wrong body formation. It is a validation...

    forum.aspose.cloud/t/docx-file-is-failing-to-co...
  8. Reading Circle Annotation Information from a PD...

    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 , "R"...

    docs.aspose.cloud/pdf/reading-circle-annotation...
  9. Reading Polyline Annotations from PDF Document|...

    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 , "R"...

    docs.aspose.cloud/pdf/reading-polyline-annotati...
  10. Convert Microsoft Word to PDF in C# using Aspos...

    Hi, I am using the code snippet, to convert pdf to doc however the image and highlighting is missing WordsApi wordsApi = new WordsApi(Common.APP_KEY, Common.APP_SID, Common.BASEPATH); StorageApi storageApi = new Stora…...SaveOptionsData body = new Com.Aspose.Words.Model...SaveOptionsData(); body.SaveFormat = "pdf"; body.FileName = "output...

    forum.aspose.cloud/t/convert-microsoft-word-to-...