Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 31,616 for

request

(0.11 sec)
  1. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Merge multiple Excel files" h2="Aspose.Cells Cloud SDK supports merging multiple Excel files into a......Request; using System; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/merge/index.md
  2. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Unisci più file Excel" h2="Aspose.Cells Cloud SDK supporta l\'unione di più file Excel in un unico ......Request; using System; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/it/merge/index.md
  3. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="清除Excel中的对象" h2="Aspose.Cells Cloud SDK支持清除Excel文件中的内容、样式、图表、表格、背景等。" p="Aspose.Cells Cloud REST AP......Request; using System; using System...PostClearObjectsRequ request = new PostClearObjectsRequ(); request.File = new...

    products.aspose.cloud/cells/zh/clear/index.md
  4. Split a Presentation Saved to a Local File|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.... SplitOnline Request Parameters Name Type Location...low-level details of making requests and handling responses and...

    docs.aspose.cloud/slides/split-a-presentation-s...
  5. Convert a Presentation and Save It in a Specifi...

    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.... ConvertAndSave Request Parameters Name Type Location...low-level details of making requests and handling responses and...

    docs.aspose.cloud/slides/convert-a-presentation...
  6. Copy Slides|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.... CopySlide Request Parameters Name Type Location...low-level details of making requests and handling responses and...

    docs.aspose.cloud/slides/copy-slides/
  7. C# Split HTML REST API

    Split HTML file in C# using REST API....html" ); var request = new SplitDocumentOnlineR(document:...wordsApi.SplitDocumentOnline(request); Run code Copy C# code to...

    products.aspose.cloud/words/net/split/html/
  8. Ruby Split TXT REST API

    Split TXT file in Ruby using REST API....txt' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...

    products.aspose.cloud/words/ruby/split/txt/
  9. Ruby Split PDF REST API

    Split PDF file in Ruby using REST API....pdf' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...

    products.aspose.cloud/words/ruby/split/pdf/
  10. PHP Split PDF REST API

    Split PDF file in PHP using REST API....pdf" ; $request = new SplitDocumentOnlineR...-> splitDocumentOnline ( $request ); Run code Copy PHP code to...

    products.aspose.cloud/words/php/split/pdf/