Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.HTML Product Family
Save Webpage as PDF in C#
Webpages can contain text, images, drawings, animations, etc. Sometimes you might need to convert a webpage to PDF for archival or several other purposes. Accordingly, this article covers how to save or print a webpage to PDF format in C# by specifying the URL of the webpage. It discusses the simple and basic conversion as well as the advanced conversion where you can encrypt the output file.
Download Image from URL in C#
Visuals are helpful to understand things clearer, faster, and easier. Thus, images are commonly used over the web for a lot of reasons. Sometimes you may need to download images from different web pages. Accordingly, this article covers how to download image from URL in C#. It also contains some download resources so that you can simply test image downloading with a plug-and-play kind of project.
Create a Web Scraper in C#
Web Scraping, also known as web crawling, web harvesting, or data scraping, is used for extracting data from websites. A web scraper uses different data selectors like CSS selectors, XPath, or both of these in order to extract data from the web pages. Both of these selectors are efficient for collecting and analyzing information from the web. This article covers how to create a web scraper in C#, specifically the information about HTML navigation, XPath Query and CSS Selector.
Convert XHTML to PDF in Java
XHTML is a text-based file format with markup in the XML format. This format is widely used because of being generic and involves less scripting. Whereas, PDF files are fixed-layout format files that are popularly used because of being platform-independent. In certain cases, you may need to convert XHTML files to PDF format. In accordance with such use cases, this article demonstrates how to convert XHTML to PDF format in Java.
Posted in Aspose.HTML Product Family Tagged Convert XHTML to PDF file, XHTML to PDF, XHTML to PDF in Java
Save Webpage as PDF in Java
Web pages are used to show all kinds of information on the websites. In certain scenarios, you may need to save a webpage as a PDF in Java. In accordance with such scenarios, this article covers how to save a webpage as a PDF in Java.
Convert EPUB to a PNG or JPG Image in C#
EPUB files are commonly used for large-scale printing purposes. In certain scenarios, you may need to preview the contents of an EPUB file in the form of an image. In accordance with such use cases, this article explains how to convert an EPUB file to a PNG or JPG programmatically in C#.
Posted in Aspose.HTML Product Family Tagged EPUB to Image, EPUB to JPG, EPUB to JPG in csharp, EPUB to PNG, EPUB to PNG in csharp
Create a Web Scraper in Java
Web Scraping is also called data scraping, web harvesting, or web crawling which is used to extract data from the web pages. A web scraper can use different approaches to extract information. For instance, XPath, CSS selectors, custom filters, HTML navigation, etc. In accordance with such scenarios, this article covers how to create a web scraper programmatically in Java.
Convert HTML to MHT File in C#
In some situations, you may need to convert an HTML file to MHT format. In accordance with such requirements, this article discusses how to convert HTML to MHT format programmatically in C#.
Posted in Aspose.HTML Product Family Tagged Convert HTML to MHT in csharp, HTML to MHT, HTML to MHTML
Convert MHT or MHTML to Word DOCX File in C#
In certain cases, you may need to convert an MHT or MHTML file to a Word document. Accordingly, this article covers how to convert an MHT or MHTML file to a Word document in DOCX format programmatically in C#.
Convert XHTML to PDF in C#
XHTML is a stricter and XML based version of the HTML files. It was developed to enhance interoperability with different data formats. Whereas, PDF files are popular owing to their support in multiple platforms and operating systems. In some cases, you may need to convert an XHTML file to PDF format. Accordingly, this article covers how to convert an XHTML file to a PDF document programmatically in C#.