Aspose.HTML by Aspose

<PackageReference Include="Aspose.HTML" Version="19.9.0" />

.NET API 6,008,528 bytes

 Aspose.HTML 19.9.0

Aspose.HTML is a cross-platform class library that enables you to perform a wide range of HTML manipulation tasks directly within your .NET applications. Aspose.HTML supports parsing of HTML5, CSS3, SVG and HTML Canvas to construct a Document Object Model (DOM) based on the official W3C specification. Rich Set of Features Aspose.HTML for .NET is both parser and page renderer. As parser, it provides access to the Document Object Model using all W3C-standard traversal methods: * Element Traversal; * Document Traversal; * XPath queries; * CSS Selector queries. Using any of these methods allows programmatically access to all document elements, formatting, and styling; allows to create, modify, extract, copy, delete and replace document content. Aspose.HTML has special customized services that allow track and/or change requests for additional pages resources (like styles, fonts etc). This library is also great for rendering fixed-width layout documents. Aspose.HTML can proceeding large HTML-documents or HTML-documents with complex layout. The rendering engine supports @media-queries, so it's can be configured as Screen or Print device or set own behavior. Aspose.HTML supports rendering to the most popular documents formats, such as PDF, XPS or raster graphics file formats (TIFF, PNG, JPEG, BMP). Along with DOM file formats, the API can also provide the rendering of EPUB and MHTML formats. The advantages of Aspose.HTML as renderer are: * a powerful SVG parser that enables to convert SVG-images with very high quality; * support of HTML5 Canvas; * full support of HTML Form Elements; It allows to easily convert HTML form to PDF Form. Platform Independence You can use Aspose.HTML for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, .NET Core etc. Performance and Scalability Aspose.HTML is designed to perform great both on a server or client. Aspose.HTML is a single .NET assembly that can be deployed with any .NET application by simply copying it. You do not have to worry about any other services or modules. Aspose. HTML is multithread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time. Free support for Aspose.HTML for .NET is provided on our support forum: https://forum.aspose.com/

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Aspose.HTML</id>
    <version>19.9.0</version>
    <title>Aspose.HTML for .NET</title>
    <authors>Aspose</authors>
    <owners>Aspose</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://company.aspose.com/legal/eula</licenseUrl>
    <projectUrl>https://products.aspose.com/html/net</projectUrl>
    <iconUrl>https://joomla-aspose.dynabic.com/templates/aspose/App_Themes/V3/images/html/logo/aspose_html-for-net-100x100.png</iconUrl>
    <description>Aspose.HTML is a cross-platform class library that enables you to perform a wide range of HTML manipulation tasks directly within your .NET applications. 
Aspose.HTML supports parsing of HTML5, CSS3, SVG and HTML Canvas to construct a Document Object Model (DOM) based on the official W3C specification.

Rich Set of Features
Aspose.HTML for .NET is both parser and page renderer. As parser, it provides access to the Document Object Model using all W3C-standard traversal methods:
* Element Traversal;
* Document Traversal;
* XPath queries;
* CSS Selector queries.
Using any of these methods allows programmatically access to all document elements, formatting, and styling; allows to create, modify, extract, copy, delete and replace document content.

Aspose.HTML has special customized services that allow track and/or change requests for additional pages resources (like styles, fonts etc). 

This library is also great for rendering fixed-width layout documents. Aspose.HTML can proceeding large HTML-documents or HTML-documents with complex layout. The rendering engine supports @media-queries, so it's can be configured as Screen or Print device or set own behavior.
Aspose.HTML supports rendering to the most popular documents formats, such as PDF, XPS or raster graphics file formats (TIFF, PNG, JPEG, BMP). Along with DOM file formats, the API can also provide the rendering of EPUB and MHTML formats.
The advantages of Aspose.HTML as renderer are:
* a powerful SVG parser that enables to convert SVG-images with very high quality;
* support of HTML5 Canvas;
* full support of HTML Form Elements; It allows to easily convert HTML form to PDF Form.

Platform Independence

You can use Aspose.HTML for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, .NET Core etc.

Performance and Scalability

Aspose.HTML is designed to perform great both on a server or client. Aspose.HTML is a single .NET assembly that can be deployed with any .NET application by simply copying it. You do not have to worry about any other services or modules.

Aspose. HTML is multithread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time.

Free support for Aspose.HTML for .NET is provided on our support forum: https://forum.aspose.com/</description>
    <summary>Aspose.HTML is a cross-platform class library that enables you to perform a wide range of HTML manipulation tasks directly within your .NET applications.</summary>
    <releaseNotes>https://docs.aspose.com/display/htmlnet/Aspose.HTML+for+.NET+19.9+Release+Notes</releaseNotes>
    <copyright>© Aspose 2013-2019. All Rights Reserved.</copyright>
    <tags>HTML HTML5 parse crawler spider hypertext markup CSS CSS3 XHTML SVG DOM XPATH EPUB MHTML render converter PDF XPS image graphic TIFF JPEG PNG BMP</tags>
    <dependencies>
      <group targetFramework=".NETFramework2.0" />
      <group targetFramework=".NETFramework3.5" />
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Drawing.Common" version="4.5.0" />
        <dependency id="System.Security.Permissions" version="4.5.0" />
        <dependency id="System.Text.Encoding.CodePages" version="4.5.0" />
      </group>
    </dependencies>
  </metadata>
</package>