Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 4,299 for

body

(0.06 sec)
  1. Get Conditional Formatting Rules|Document

    Retrieve all conditional formatting rules applied to a worksheet using the Aspose.Cells Cloud REST API. Includes request syntax, authentication steps, parameters, concise response examples, and error handling....Responses HTTP Code Reason Example Body 400 Bad Request – missing or...

    docs.aspose.cloud/cells/conditional-formattings...
  2. Customize Barcode Appearance|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....POST request with JSON or XML body. generateMultipart : Generates...Barcode with POST Request (JSON Body) import com.aspose.barcode.cloud...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. 通过云 Node.js SDK 替换 PDF 中的签名

    Aspose.PDF Cloud 允许您替换 PDF 文档中的签名。查看 Node.js 源代码以替换 PDF 文件中的签名。... body ); console . log ( "Downloaded:... , field ); if ( response . body . code == 200 ) console . log...

    products.aspose.cloud/pdf/zh/nodejs/signature/r...
  4. Convert HTML to PowerPoint | Embed Web Content ...

    How to convert HTML to PowerPoint slides and seamlessly embed web content using Java Cloud SDK. Insert Webpage into PowerPoint using Java Cloud SDK. Embed HTML in PowerPoint Online...DOCTYPE html><html><body><h1 style=\"color:blue;\">This...style=\"color:red;\">This is a paragraph.</body></html>" Embedding HTML in PowerPoint...

    blog.aspose.cloud/slides/insert-webpage-into-po...
  5. Auto‑fit columns in an Excel file|Document

    Learn how to use the Aspose.Cells Cloud REST API to auto‑fit columns in an Excel workbook. Includes request details, a cURL example, and SDK code samples for multiple languages.... autoFitterOptions object body Options that control the auto‑fit...

    docs.aspose.cloud/cells/autofit-columns-on-an-e...
  6. No documented parameter for enabling Cell IDs i...

    I have been using the Aspose.Cells Cloud API to export Excel worksheets to HTML format. Earlier, the API returned cell-level HTML elements with id attributes (for example <td id="A1">...</td>), which allowed us to map E…...ExportCellId property in a JSON body). Why it happens Earlier releases...in a POST request with a JSON body (useful when many HTML‑save...

    forum.aspose.cloud/t/no-documented-parameter-fo...
  7. Add a Pivot Field to a Pivot Table|Document

    Learn how to add a pivot field to an existing pivot table using the Aspose.Cells Cloud REST API. Includes request details, a cURL example, and SDK code snippets for multiple programming languages.... request object body DTO that contains the field...

    docs.aspose.cloud/cells/pivot-tables/add-pivot-...
  8. Resize Image with Format Change|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....pass the image in the request body. It also lets you save the updated...

    docs.aspose.cloud/imaging/resize-image-with-for...
  9. Grayscale an Image|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....pass the image in the request body. It also lets you save the updated...

    docs.aspose.cloud/imaging/grayscale-an-image/
  10. 通过云端 Node.js SDK 调整 PDF 大小

    Aspose.PDF Cloud 允许您调整 PDF 文档的大小。查看 Node.js 源代码以调整 PDF 文件大小。... body . code != 200 ) { console ....tempFolder , null ); if ( response . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/resize/