Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 31,886 for

request

(1.01 sec)
  1. Update the formatting properties of a paragraph...

    Update the formatting properties of a paragraph in a Word document programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/paragraphs/update/
  2. 清除Excel文件中的内部元素并生成各种格式的输出文件。

    事实上,Aspose.Cells云为清除Excel文件中的内部元素以及生成各种格式的输出文件提供了强大的支持。...Request ; using Newtonsoft.Json ; using...); var request = new PostClearObjectsRequ(); request.File = new...

    products.aspose.cloud/cells/zh/net/clear/
  3. Excel的出口对象

    Aspose.Cells Cloud REST API 有助于将工作簿及其内部对象导出为各种格式,并提供适用于多种编程语言的 SDK,包括 Android、C#、Go、Java、NodeJS、Perl、PHP、Python、Ruby 和 Swift。...Request ; using System ; using System...PostExportRequest request = new PostExportRequest(); request.File = new...

    products.aspose.cloud/cells/zh/export/
  4. How to Perform DWT to PDF Conversion using REST...

    Learn how to convert DWT files to PDF using Aspose.CAD Cloud SDK for Java via REST API. Guide with code, setup, and cURL examples for Java developers.... The request body includes the source file...--data-binary "@input.dwt" Request conversion to PDF curl -X POST...

    blog.aspose.cloud/cad/how-to-perform-dwt-to-pdf...
  5. Insert Comments in DOCX with Python REST API

    This article entails how to insert Comments in DOCX with Python REST API. By following this article add MS Word comments with Python REST API....start and end range Create a request to add comments using an instance...create the InsertCommentOnlineR request and use the InsertCommentOnline...

    kb.aspose.cloud/words/python/insert-comments-in...
  6. Watermark In Javascript

    Add or remove watermark from PDF or Word JavaScript. Also work with the watermark in any popular document formats using Node API....the watermark from Create a request to remove the watermark Save...System Requirements @types/request (version 2.48.3+) lodash (version...

    products.aspose.cloud/words/nodejs/watermark/
  7. DOC Watermark In Javascript

    Add watermark to DOC in JavaScript. Also remove watermark from DOC using Node API....the watermark from Create a request to remove the watermark Save...System Requirements @types/request (version 2.48.3+) lodash (version...

    products.aspose.cloud/words/nodejs/watermark/doc/
  8. Remove Password Protection From XLSX File using...

    In this tutorial, you'll learn to remove password protection from XLSX File using Java REST API. You can easily decrypt XLSX file using Java low code API with the help of following steps and below code for free....Call the deleteUnProtectWorkb request method to decrypt excel file...properties. After formulating the Request Message, deleteUnProtectWorkb()...

    kb.aspose.cloud/cells/java/remove-password-prot...
  9. Password Protect XLSX File using Java REST API

    In this tutorial, you'll learn to password protect XLSX File using Java REST API. You can easily encrypt XLSX file using Java low code API with the help of following steps and below code for free....instance Call the postProtect request method to encrypt XLSX file...properties. After formulating the Request Message, postProtect() performs...

    kb.aspose.cloud/cells/java/password-protect-xls...
  10. Update the page settings of a Section in a Word...

    Update the page settings of a Section in a Word document programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/sections/update/