Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 31,686 for

request

(0.25 sec)
  1. 清除Excel文件中的内部元素并生成各种格式的输出文件。

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

    products.aspose.cloud/cells/zh/net/clear/
  2. Save Spreadsheet as Another Format – Aspose.Cel...

    Convert an Excel workbook stored in Aspose Cloud to XLSX, PDF, CSV, or any of 20+ formats with a single API call. Learn Request syntax, parameters, and sample SDK code....0/cells/{name}/saveas Request Parameters Parameter Name Type...} ] } Error Codes 400 Bad Request – Invalid Aspose.Cells Cloud...

    docs.aspose.cloud/cells/save-spreadsheet-as/
  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. 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....</ body > 30 </ html > API Request for Invoice Conversion Endpoint:...0/html/conversion/html-pdf/sync Request Body: Copy 1 { 2 "InputContent"...

    docs.aspose.cloud/html/common-usecases/invoice-...
  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. Extract Text or Recognize Characters from BMP a...

    The image replacement feature allows you to replace images in your PDF files. It uploads the image file to server as stream, replaces the image in PDF file....or send the image file as request stream to Aspose Cloud API...way is to send image file as request stream using REST API to replace...

    blog.aspose.cloud/pdf/replace-images-in-a-pdf-f...
  7. 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/
  8. 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...
  9. 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...
  10. Delete a row from a table in a Word document on...

    Delete a row from a table 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/tables/delete-row/