Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 31,813 for

request

(0.12 sec)
  1. Make Document In C++

    Make a file in your preferred format using C++ SDK. Easily create a blank document in C++ in a few steps....docx" ; std::shared_ptr<requests::CreateDocumentReques> createDocumentReques...createDocumentReques ( new requests::CreateDocumentReques( std...

    products.aspose.cloud/words/cpp/make/
  2. C++ Convert PDF To DOC REST API

    Convert PDF to DOC in C++ using REST API. Save PDF as DOC using C++....std::shared_ptr<requests::ConvertDocumentReque> request ( new requests::C...wordsApi-> convertDocument (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/conversion/pdf-...
  3. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Imposta lo sfondo nel file Excel" h2="Aspose.Cells Cloud SDK supporta l\'impostazione di sfondi o f......Request; using System; using System...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/it/background/index.md
  4. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="保护Excel文件" h2="Aspose.Cells Cloud SDK支持工作簿解密、加密、数字签名。" p="Aspose.Cells Cloud REST API 支持工作簿解密、加密和数字......Request; using System; using System...PostProtectRequest request = new PostProtectRequest(); request.File = new...

    products.aspose.cloud/cells/zh/protect/index.md
  5. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Définir l\'arrière-plan dans le fichier Excel" h2="Aspose.Cells Cloud SDK prend en charge la défini......Request; using System; using System...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

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

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Excel\'deki Nesneleri Temizle" h2="Aspose.Cells Bulut SDK\'sı, Excel dosyalarındaki içeriğin, stili......Request; using System; using System...PostClearObjectsRequ request = new PostClearObjectsRequ(); request.File = new...

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

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Effacer les objets dans Excel" h2="Aspose.Cells Cloud SDK prend en charge la suppression du contenu......Request; using System; using System...PostClearObjectsRequ request = new PostClearObjectsRequ(); request.File = new...

    products.aspose.cloud/cells/fr/clear/index.md
  8. Python Convert A File Word, PDF, JPG REST API

    Convert files programmatically in Python using REST API between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more...., 'rb' ) request = asposewordscloud.models.requests.ConvertD...words_api.convert_document(request) Run code Copy Python code...

    products.aspose.cloud/words/python/conversion/
  9. Detects objects and draw it on the image|Docume...

    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....directly pass the image in the request body. It also lets you save...low-level details of making requests and handling responses and...

    docs.aspose.cloud/imaging/detects-objects-and-d...
  10. Make DOCX In C#

    Make DOCX using .NET SDK. Easily create a blank DOCX in C# in a few steps....new DOCX document Create a request to make DOCX, passing the name...CreateDocument() method, passing the request Get the result of DOCX creation...

    products.aspose.cloud/words/net/make/docx/