Info
Version: | 0.2.5 |
Author(s): | Rick Strahl |
Last Update: | Saturday, October 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RickStrahl/Westwind.HtmlPackager |
NuGet Url: | https://www.nuget.org/packages/dotnet-htmlpackager |
Install
Install-Package dotnet-htmlpackager
dotnet add package dotnet-htmlpackager
paket add dotnet-htmlpackager
dotnet-htmlpackager Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It provides a automated way to perform a similar task to what Browser **Save As...** does to capture page output to disk.
The packager can create:
* A single, self-contained and very large HTML file with all resources embedded inline
* A single output stream into StdOut that contains self contained HTML output as above
* An HTML file with all resources copied local into the same folder as the document
* A zip file of the latter output
This package is for the .NET SDK tooling, there are also packages for Chocolatey (HtmlPackager) as a standalone Console Windows exe, and a Nuget .NET Standard Library package (westwind.htmlpackager) for the underlying API.