Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 31,686 for

request

(1.11 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...PostClearObjectsRequ request = new PostClearObjectsRequ(); request.File = new...

    products.aspose.cloud/cells/ar/clear/index.md
  2. Crop Image with Format Change|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....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/crop-image-with-forma...
  3. Update EMF Image Properties|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....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/update-emf-image-prop...
  4. Convert an Excel file to another format or save...

    Learn how to convert Excel workbooks to PDF, CSV, JSON, HTML, and over 15 other formats using Aspose.Cells Cloud REST API. Includes endpoint details, sample cURL commands, and SDK snippets for Java, .NET, Python, and more....storage and converts it to the requested format. PUT /cells/convert...Excel workbook supplied in the request body to the specified output...

    docs.aspose.cloud/cells/conversion-and-save-as/
  5. Free Support Forum - aspose.cloud

    Aspose.Cloud Free Support Forums...Request Get support for website related...Aspose.More Request more products or post feature requests for proposed...

    forum.aspose.cloud/
  6. PHP Convert PDF To JPG REST API

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

    products.aspose.cloud/words/php/conversion/pdf-...
  7. Java Convert PDF To DOC REST API

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

    products.aspose.cloud/words/java/conversion/pdf...
  8. Go Convert PDF To XPS REST API

    Convert PDF to XPS in Go using REST API. Save PDF as XPS using Go....[ string ] interface {}{} request := &models.ConvertDocumentReque{...wordsApi.ConvertDocument(ctx, request) Run code Copy Go code to the...

    products.aspose.cloud/words/go/conversion/pdf-t...
  9. 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...
  10. 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/