A Group of Conversion API Methods Added and API Documentation Refined in Aspose.HTML Cloud 18.6

Aspose.HTML CloudWe are pleased to announce the new monthly release of Aspose.HTML Cloud 18.6. A group of REST API endpoints — conversion PUT methods that provide possibility to upload conversion results to specified storage folder — have been added. Moreover, API documentation has been refined: descriptions of existing methods and parameters have been clarified. For a detailed note on what is new and fixed, please visit the release notes section of APIs Documentation.

 

New Features and Enhancements

New REST APIs

All URIs are related to https://api.aspose.cloud/v1.1/html

    • PUT /html/{name}/convert/image/{outFormat}

Converts the HTML document (located on storage) to the specified image format and uploads resulting file to storage. Please check HTML to Image (JPEG, PNG, BMP, TIFF) Conversion article for more details.

    • PUT /html/convert/image/{outFormat}

Converts the HTML document (in request content) to the specified image format and uploads resulting file to storage. Please check HTML to Image (JPEG, PNG, BMP, TIFF) Conversion article for more details.

    • PUT /html/{name}/convert/pdf

Converts the HTML document (located on storage) to PDF and uploads resulting file to storage. Please check HTML to PDF Conversion article for more details.

    • PUT /html/convert/pdf

Converts the HTML document (in request content) to PDF and uploads resulting file to storage. Please check HTML to PDF Conversion article for more details.

    • PUT /html/{name}/convert/xps

Converts the HTML document (located on storage) to XPS and uploads resulting file to storage. Please check HTML to XPS Conversion article for more details.

    • PUT /html/convert/xps

Converts the HTML document (in request content) to XPS and uploads resulting file to storage. Please check HTML to XPS Conversion article for more details.

API documentation Refinement

Descriptions of API methods and parameters in the API Reference page have been clarified.

Aspose Cloud Resources

You may visit the following API resources for getting started and working with the API:

    • Product Documentation – Detailed API documentation with code examples and details about API functional areas
    • Cloud SDKs – An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project
    • API Reference Guide – Quickly browse through all Aspose.HTML Cloud APIs and test them in the browser
    • Aspose.HTML Forum – Our free online support forum where we address your queries and inquiries