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

request

(0.14 sec)
  1. Cloud solutions for optical mark recognition

    Create and recognize hand-filled answer sheets, surveys, ballots, and similar forms using our cloud-based OMR API.... Perform all API request routines with a few simple...

    products.aspose.cloud/omr/
  2. Get Microsoft Word Hyperlinks with Nodej.s REST...

    Follow this article to get Microsoft Word hyperlinks with Nodej.s REST API. It has the IDE details, steps, and a sample code to find links in Word document with Nodej.s REST API....Word file, and create the request object using the GetDocumentHyperlink...

    kb.aspose.cloud/words/nodejs/get-microsoft-word...
  3. Get Metadata from Image using Node.js REST API

    This article guides on how to get metadata from image using Node.js REST API. You will learn to upload the image to the Cloud storage and check image meta data using Node.js RESTful Service with the help of a Node.js-based Cloud SDK....Create an image properties request using the GetImagePropertiesRe()...

    kb.aspose.cloud/imaging/nodejs/get-metadata-fro...
  4. 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/
  5. Cloud OCR API for on-premise and online solutions

    Develop desktop, web and cloud optical character recognition solutions by delegating all the heavy lifting to our cloud-based REST API.... Perform all API request routines with a few lines of...

    products.aspose.cloud/ocr/
  6. Convert TIFF Image to PDF using Node.js REST API

    Follow this article to convert TIFF image to PDF using Node.js REST API. You will learn to change TIFF to PDF using Node.js REST API with the help of a Node.js-based Cloud SDK....output name and the template request to generate the PDF. Retrieve...

    kb.aspose.cloud/pdf/nodejs/convert-tiff-image-t...
  7. 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
  8. 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
  9. 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
  10. C++ Split A File REST API

    Split documents programmatically in C++ using REST API. A wide variety of file formats is supported, including DOCX, PDF, HTML, JPG, PNG and many more....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/split/