Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 31,649 for

request

(0.81 sec)
  1. 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...
  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. 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/
  4. 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...
  5. C++ Convert PDF To TXT REST API

    Convert PDF to TXT in C++ using REST API. Save PDF as TXT 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-...
  6. index.md

    {{< blocks/products/pf/main-wrap-class >}} {{< blocks/products/cells/cells-cloud-upper-banner h1="Set background in Excel file" h2="Aspose.Cells Cloud SDK supports setting backgrounds or watermarks......Request; using System; using System...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/background/index.md
  7. Java Convert PDF To EPUB REST API

    Convert PDF to EPUB in Java using REST API. Save PDF as EPUB using Java....toAbsolutePath()); ConvertDocumentReque request = new ConvertDocumentReque...= wordsApi.convertDocument(request); Run code Copy Java code to...

    products.aspose.cloud/words/java/conversion/pdf...
  8. Make DOC In Java

    Make DOC using Java SDK. Easily create a blank DOC in Java in a few steps....new DOC document Create a request to make DOC, passing the name...createDocument() method, passing the request Get the result of DOC creation...

    products.aspose.cloud/words/java/make/doc/
  9. Make DOC In PHP

    Make DOC using PHP SDK. Easily create a blank DOC in PHP in a few steps....new DOC document Create a request to make DOC, passing the name...createDocument() method, passing the request Get the result of DOC creation...

    products.aspose.cloud/words/php/make/doc/
  10. C# Convert PDF To SVG REST API

    Convert PDF to SVG in C# using REST API. Save PDF as SVG using C#....pdf" ); var request = new SplitDocumentOnlineR(doc...wordsApi.SplitDocumentOnline(request); using ( var fileStream =...

    products.aspose.cloud/words/net/conversion/pdf-...