Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 31,681 for

request

(0.18 sec)
  1. Convert HTML to PDF with external resources usi...

    Hi, we are evaluating your products, and we are considering using your PDF component to create PDFs from HTML we deliver.We have a few questions we want to understand before we start evaluating the Aspose.PDF.1. When yo…...have logged a new feature request SAASPDF-135 in our issue tracking...

    forum.aspose.cloud/t/convert-html-to-pdf-with-e...
  2. Intermittent delays and failures when convertin...

    Hi, I’ve been using the Aspose.Words API to convert DOCX files to HTML. Recently, I’ve noticed that the API sometimes takes an unusually long time (5–6 minutes) to process a document and then fails. When I retry with th…...converting the file from the request? prateekworkhack August 26...

    forum.aspose.cloud/t/intermittent-delays-and-fa...
  3. C++ Split WORD REST API

    Split WORD file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/split/word/
  4. 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
  5. 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
  6. 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
  7. Save a Presentation in a Specified Format to St...

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

    docs.aspose.cloud/slides/save-a-presentation-in...
  8. Dart Split TXT REST API

    Split TXT file in Dart using REST API....asByteData(); final request = SplitDocumentOnlineR( doc...wordsApi.splitDocumentOnline(request); Run code Copy Dart code to...

    products.aspose.cloud/words/dart/split/txt/
  9. 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/
  10. 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/