Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 31,743 for

request

(2.68 sec)
  1. Self-Hosted Docker Cells - Missing Fonts - Free...

    When I try and convert an Excel spreadsheet to PDF, the spreadsheet is using the wrong fonts. I have injected a font folder into the docker image and it is showing up in the container with all the ttf, tc, etc. fonts. …... I am just doing a POST request to the URL shown previously...

    forum.aspose.cloud/t/self-hosted-docker-cells-m...
  2. Spreadsheet Operations|Document

    Learn how to perform spreadsheet operations such as auto‑fit, batch conversion, protection, merging, and search‑replace using Aspose.Cells Cloud REST API. Includes concise usage notes and code‑sample guidance....unlock) on up to 100 files per request. POST /cells/batch . Compress...

    docs.aspose.cloud/cells/spreadsheet-operations/
  3. C++ Split PDF REST API

    Split PDF 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/pdf/
  4. C++ Split HTML REST API

    Split HTML 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/html/
  5. 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 API 支持为 Exc......Request; using System; using System...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/zh/background/index.md
  6. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Birden fazla Excel dosyasını birleştir" h2="Aspose.Cells Cloud SDK, birden fazla Excel dosyasının t......Request; using System; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/tr/merge/index.md
  7. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Slå samman flera Excel-filer" h2="Aspose.Cells Cloud SDK stöder sammanslagning av flera Excel-filer......Request; using System; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/sv/merge/index.md
  8. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Mehrere Excel-Dateien zusammenführen" h2="Aspose.Cells Cloud SDK unterstützt das Zusammenführen meh......Request; using System; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/de/merge/index.md
  9. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Объединить несколько файлов Excel" h2="Aspose.Cells Cloud SDK поддерживает объединение нескольких ф......Request; using System; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/ru/merge/index.md
  10. Python Split TXT REST API

    Split TXT file in Python using REST API...., 'rb' ) request = asposewordscloud.models.requests.SplitDocumentOnlineR(...words_api.split_document_online(request) Run code Copy Python code...

    products.aspose.cloud/words/python/split/txt/