
We at Aspose are glad to announce new release Aspose.HTML for .NET 18.6 which can be downloaded from NuGet Gallery and can be used in .NET applications. You can convert an HTML document to a Markdown format to make the content easy-to-read and easy-to-write. In this release, some issues related to HTML to PDF and PNG rendering have also been rectified. An overview of these improvements and changes is given in the release notes of Aspose.HTML for .NET 18.6.
HTML to Markdown Conversion
Markdown allows you to write using an easy-to-read and easy-to-write plain text format, then convert it to structurally valid HTML. You can convert your document to markdown format with Aspose.HTML for .NET 18.6. HTML document can be converted to Markdown notation as follows:
C#
using (var document = new Aspose.Html.HTMLDocument("my first paragraph" +"my second paragraph", dataDir)){document.Save( dataDir + "Markdown.md", HTMLSaveFormat.Markdown);}
We have also included support to render HTML documents to MHTML File Format. You can even control the saving process by creating MHTMLSaveOptions object and setup relevant fields, as per your requirements. For further information about it, you may visit HTML to MHTML Conversion.
Miscellaneous Resources
Please visit the following links for information regarding Aspose.HTML for .NET 18.6 and Release Notes section.
- Home page for Aspose.HTML for .NET
- Download Aspose.HTML for .NET
- Aspose.HTML product family forum– Post your technical questions and queries, or any other problem you faced while running Aspose.HTML APIs.
- Aspose.HTML for .NET online documentation– help documentation on using Aspose.HTML for .NET API.
- Aspose.HTML for .NET API Reference– Online public API reference for using the API.
- Enable Blog Subscription– Do not limit yourself, you can keep yourself updated with the latest news on Aspose.HTML APIs, new features, fixes and other API related topics by subscribing to Aspose.HTML blog.