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

request

(0.09 sec)
  1. 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...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/ru/background/index.md
  2. 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...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/ar/background/index.md
  3. Set Target Barcode Types|Documentation

    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....to recognize when sending requests, including formats like Aztec...to send barcode recognition requests using either a file URL, a...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  4. Extract Frame from a Multi-Frame TIFF Image|Doc...

    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/extract-frame-from-a-...
  5. Convert a Presentation and Get It in a Specifie...

    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.... Convert Request Parameters Name Type Location...low-level details of making requests and handling responses and...

    docs.aspose.cloud/slides/convert-a-presentation...
  6. Get Image Information from a Slide|Documentation

    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.... GetSlideImages Request Parameters Name Type Location...low-level details of making requests and handling responses and...

    docs.aspose.cloud/slides/get-image-information-...
  7. 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-...
  8. 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
  9. PHP Convert PDF To SVG REST API

    Convert PDF to SVG in PHP using REST API. Save PDF as SVG using PHP....pdf" ; $request = new SplitDocumentOnlineR...-> splitDocumentOnline ( $request ); Run code Copy PHP code to...

    products.aspose.cloud/words/php/conversion/pdf-...
  10. Make DOCX In Java

    Make DOCX using Java SDK. Easily create a blank DOCX in Java 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/java/make/docx/