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

request

(0.98 sec)
  1. Optical mark recognition with Aspose.OMR Cloud API

    Optical mark recognition, OMR, recognize scanned images and even photos with high accuracy. Recognize data from tests, exams, questionnaires, surveys....parameter or image file in request body. Aspose Cloud Resources...

    blog.aspose.cloud/ocr/introducing-version-3-of-...
  2. Read Comments in Word Document with NET REST API

    This simple topic covers how to read Comments in Word Document with NET REST API. By adhering to simple steps in this article, one can easily load a Word document comments with Java Low Code API online for free with Java REST API.... Create a request to read the comments using...

    kb.aspose.cloud/words/java/read-comments-word-d...
  3. Get Microsoft Word Hyperlinks with Python REST API

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

    kb.aspose.cloud/words/python/get-microsoft-word...
  4. Get Microsoft Word Hyperlinks with NET REST API

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

    kb.aspose.cloud/words/net/get-microsoft-word-hy...
  5. Convert JPG to PSD with NET REST API

    In this bsic article, you'll learn to convert JPG to PSD with NET REST API. You can easily achieve JPG to PSD conversion using NET Low Code API with the help of following steps and below code for free....storage Create a ConvertImage Request object with the input JPG stream...

    kb.aspose.cloud/imaging/python/convert-jpg-to-p...
  6. Convert JPG to PDF with NET REST API

    In this short tutorial, you'll learn to convert JPG to PDF with NET REST API. You can swiftly perform JPG to PDF conversion using NET Low Code API with the help of following steps and below code for free....-image-to-another-format/)Request object, passing the input file...

    kb.aspose.cloud/imaging/python/convert-jpg-to-p...
  7. Change Size of the Image with Python REST API

    This tutorial guides on how to change size of the image with Python REST API. You will learn to change size of pic online with Python Low Code API using a Python-based Cloud SDK....dimensions, run the resize request, and finally store the resulting...

    kb.aspose.cloud/imaging/python/change-size-of-t...
  8. I am trying to upload PDF file but it is gettin...

    { “uri”: “https://api.aspose.cloud/v4.0/pdf/storage/file/Dummy_file.pdf?storageName=ExtractCommentUat1”, “method”: “PUT”, “headers”: { “Authorization”: “sanitized”, “Content-Type”: “application/octet-stream” } una…...additional details about your request, and I will be happy to assist...

    forum.aspose.cloud/t/i-am-trying-to-upload-pdf-...
  9. C++ Split DOCX REST API

    Split DOCX 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/docx/
  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/