Category Archive: Aspose.HTML Product Family

Official blog of Aspose.HTML product family with news of newly supported features, hot fixes, technical articles, tips and videos etc.

Convert (MD) Markdown to PDF or Image in Java

You can convert MD files to different formats as per your requirements. Aspose.HTML for Java API supports working with markdown files. You do not need to take care of minor details of the file formats. Instead, simple API calls can be used to create, edit or manipulate the supported file formats.

Posted in Aspose.HTML Product Family | Tagged , ,

Convert HTML to JPG, PNG, TIFF, or BMP Image in Java

HTML is frequently used to display data and information over web pages, web applications, and different platforms. You may need to convert HTML to an image like JPG, PNG, TIFF, BMP, etc. You can perform the conversion programmatically using Java language in your Java-based applications. Moreover, the API takes care of rendering HTML to image and you do not need to worry about underlying details of the file formats. Simply use the API calls and the HTML file will be rendered nicely.

Posted in Aspose.HTML Product Family | Tagged , , , , , , ,

Split HTML Webpage into Multiple Files Programmatically using C#

HTML files are usually used to display information on websites or web applications. It is actually a mark-up text which lets you format the text as well. Sometimes HTML files are quite big because they might contain a lot of data including text, images, charts, diagrams, and many other contents. You may need to split HTML files under different requirements or use cases.

Posted in Aspose.HTML Product Family | Tagged , ,

Convert HTML to Plain Text or Extract Text from HTML in C#

HTML is a markup language that is popularly used in websites, web applications, etc. Contents in HTML are differentiated using different tags. You can easily convert HTML to plain text using C# language while ignoring the opening and closing tags. Likewise, there could be some cascading style sheets specifications, JavaScript, or any other section of the HTML as per your requirements.

Posted in Aspose.HTML Product Family | Tagged , , , ,

Convert Markdown (MD) to PDF or PNG, JPG Image using C#

In this article, we will be learning Markdown file to PDF, PNG, JPG and other image formats conversion programmatically using C# language. MD files are quite common over the web and you might have noticed that readme files of different software as well as the documentations are often created in Markdown format.

Posted in Aspose.HTML Product Family | Tagged , , , , ,

Convert HTML Webpage to Word File (DOCX/DOC) using C#

HTML files are frequently used to create, edit, or communicate a lot of information. Likewise, Microsoft Word files including DOCX and DOC are also famous because of different features. You can convert HTML webpage files to word files, DOCX or DOC, with great fidelity.

Posted in Aspose.HTML Product Family | Tagged , , , , ,

Convert HTML to Markdown or Markdown to HTML in C#

Markdown is a mark-up language with simple symbols that denote heading, bold, italic, underline, and much more. It is simple to learn and write so mostly online documentation and readme files are written using the markdown. You can convert Markdown to HTML Webpage easily with few quick steps. Likewise, HTML to Markdown conversion is also a useful feature that we will be exploring here using C# language.

Posted in Aspose.HTML Product Family | Tagged , , , , , , ,

Convert EPUB to PDF – Simple Steps with Screenshots

Convert EPUB to PDF format with simple steps in C# language. EPUB to PDF format conversion gives you best results with many features.
Posted in Aspose.HTML Product Family | Tagged , , , , , ,

C# Convert HTML to JPG, PNG, BMP and GIF Image with .NET

HTML files are frequently used over the internet. Subsequently, Aspose.HTML for .NET API supports a lot of features to work with HTML file format. In this article, we will be learning how to convert HTML to image using C#. Let us explore the following uses cases:

First of all, let us check … Continue Reading

Posted in Aspose.HTML Product Family | Tagged , , , , , ,

Font Kerning and Emulation using C# with Aspose.HTML API

You will be excited to know that Aspose.HTML API now supports Font Kerning. It will notably improve the quality of text rendering. In a nutshell, Kerning is the contextual adjustment of inter-glyph spacing. It is used to adjust the spacing between characters and is supported by many fonts. We have also implemented emulation of bold fonts which is useful in scenarios when some font is not available on a machine.

Moreover, we have improved the processing of HTML document modes … Continue Reading

Posted in Aspose.HTML Product Family |