Skip to content

slaven1994/Aspose.HTML-for-.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspose.HTML for .NET

Aspose.HTML for .NET is an advanced HTML manipulation API that enables you to perform a wide range of HTML manipulation tasks directly within your .NET applications. Aspose.HTML for .NET allows to create, load, edit or convert (X)HTML documents without requiring additional software or tools. Along with manipulation functions, the API also provides the high fidelity rendering engine for fixed-layout formats such as PDF & XPS, and a number of raster image formats.

This repository contains Examples project for Aspose.HTML for .NET to help you learn and write your own applications.

Directory Description
Examples A collection of .NET examples that help you learn the product features

How to Run the Examples

  • You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
  • Extract the contents of the ZIP file to any folder on your computer. All the examples are located in the Examples folder.
  • There is a Visual Studio solution file, Aspose.PDF.Examples.CSharp.sln in the folder.
  • You need to have Visual Studio 2013 or higher to open the solution file.
  • Open the solution file in Visual Studio and build the project.
  • On the first run, the dependencies will automatically be downloaded via NuGet. It may take some time.
  • Data folder at the root folder of Examples contains input files used in code examples. It is mandatory that you download the Data folder along with the examples project.
  • Open RunExamples.cs file, all the examples are called from here.
  • Uncomment the examples you want to run from within the project.

Please find more details for how to run the examples here.

Resources

About

Aspose.HTML for .NET examples projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.6%
  • C# 8.5%
  • HTML 2.4%
  • Other 0.5%