Browse our Products

Aspose.HTML for Java 23.5.1 Release Notes

As per the regular monthly update process of all APIs being offered by Aspose, we are honored to announce the May release of Aspose.HTML for Java.

In this release, we added fixing the feature convert HTML to Text.

Public API and Backward Incompatible Changes

Enhancement APIs

The following classes have been enhancement:

com.aspose.html.converters.Converter
    void convertHTML(Url url, TextSaveOptions options, String outputPath)
    void convertHTML(String sourcePath, TextSaveOptions options, String outputPath)
    void convertHTML(HTMLDocument document, TextSaveOptions options, String outputPath)
    void convertHTML(String content, String baseUri, TextSaveOptions options, String outputPath)
    void convertHTML(Url url, Configuration configuration, TextSaveOptions options, String outputPath)
    void convertHTML(String sourcePath, Configuration configuration, TextSaveOptions options, String outputPath)
    void convertHTML(String content, String baseUri, Configuration configuration, TextSaveOptions options, String outputPath)

com.aspose.html.HTMLDocument
    void save(String path, TextSaveOptions saveOptions)
    void save(Url url, TextSaveOptions saveOptions)
    void save(IOutputStorage outputStorage, TextSaveOptions saveOptions)