Skip to main content
Westwind.HtmlPackager package icon

Westwind.HtmlPackager

HtmlPackager is a small utility class used to package HTML content into a self contained HTML document both as a single file, or a folder with all dependencies copied to local. It provides a programmatic way to perform a similar task to Browser **Save As...** operations that capture page output to disk. The packager can create: * A single, self-contained and very large HTML file with all resources embedded inline * An HTML file with all resources copied local into the same folder as the document This library provides both a .NET Library and a Windows Console application EXE in a separate Chocolatey Package.

Total Downloads
10.1K
10,094
Published
Sep 10, 2018
Latest stable version

Install

.NET CLI
dotnet add package Westwind.HtmlPackager --version 0.1.3
Package Manager Console
Install-Package Westwind.HtmlPackager -Version 0.1.3
PackageReference
<PackageReference Include="Westwind.HtmlPackager" Version="0.1.3" />

Frameworks

.NETFramework4.5 .NETStandard2.0

Dependencies

HtmlAgilityPack
.NETFramework4.5
[1.8.7, )
HtmlAgilityPack
.NETStandard2.0
[1.8.7, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.