Codeuctivity.HtmlRenderer
5.0.554
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Codeuctivity.HtmlRenderer --version 5.0.554
NuGet\Install-Package Codeuctivity.HtmlRenderer -Version 5.0.554
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Codeuctivity.HtmlRenderer" Version="5.0.554" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codeuctivity.HtmlRenderer" Version="5.0.554" />
<PackageReference Include="Codeuctivity.HtmlRenderer" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Codeuctivity.HtmlRenderer --version 5.0.554
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Codeuctivity.HtmlRenderer, 5.0.554"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Codeuctivity.HtmlRenderer@5.0.554
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Codeuctivity.HtmlRenderer&version=5.0.554
#tool nuget:?package=Codeuctivity.HtmlRenderer&version=5.0.554
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Renders HTML to PNG or PDF, supports windows, linux and macos
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- PuppeteerSharp (>= 25.4.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.566 | 0 | 8/7/2026 |
| 5.0.564 | 0 | 8/4/2026 |
| 5.0.563 | 0 | 8/4/2026 |
| 5.0.560 | 0 | 7/30/2026 |
| 5.0.558 | 0 | 7/29/2026 |
| 5.0.555 | 0 | 7/29/2026 |
| 5.0.554 | 0 | 7/29/2026 |
| 4.0.553 | 0 | 7/29/2026 |
| 4.0.551 | 0 | 7/21/2026 |
| 4.0.550 | 0 | 7/21/2026 |
| 4.0.547 | 0 | 7/14/2026 |
| 4.0.545 | 0 | 7/6/2026 |
| 4.0.543 | 0 | 6/29/2026 |
| 4.0.541 | 0 | 6/22/2026 |
| 4.0.539 | 0 | 6/19/2026 |
| 4.0.537 | 0 | 6/13/2026 |
| 4.0.535 | 0 | 6/4/2026 |
| 4.0.533 | 0 | 5/21/2026 |
| 4.0.531 | 0 | 5/6/2026 |
| 4.0.528 | 0 | 4/15/2026 |
Loading failed
Move to net10.0, fix no-sandbox launch hang, publish for all OS in CI
Bumps target framework to net10.0 across all projects. Fixes a
PuppeteerSharp launch timeout in the no-sandbox path by explicitly
setting Headless on custom-Args LaunchOptions and raising the launch
timeout. Rewrites the CI workflow so the build job produces Windows,
Linux and macOS CLI publish artifacts plus NuGet packages, and the
deploy jobs just download and ship them instead of rebuilding.
Switches the Windows publish RID from win-x86 to win-x64.