NReco.ImageGenerator
1.2.0
Prefix Reserved
dotnet add package NReco.ImageGenerator --version 1.2.0
NuGet\Install-Package NReco.ImageGenerator -Version 1.2.0
<PackageReference Include="NReco.ImageGenerator" Version="1.2.0" />
paket add NReco.ImageGenerator --version 1.2.0
#r "nuget: NReco.ImageGenerator, 1.2.0"
// Install NReco.ImageGenerator as a Cake Addin #addin nuget:?package=NReco.ImageGenerator&version=1.2.0 // Install NReco.ImageGenerator as a Cake Tool #tool nuget:?package=NReco.ImageGenerator&version=1.2.0
HTML-to-Image converter for C#/.NET (WkHtmlToImage wrapper). Can render web page or SVG to image (png, jpg formats). Useful for generating URL thumbnail.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NReco.ImageGenerator:
Package | Downloads |
---|---|
Omnicx.Backend.Shipping
OmniCX Shipping Package encapsulates the integrations with DPD and other shipping providers to generate shipping labels and other . |
GitHub repositories
This package is not used by any popular GitHub repositories.
Online demo, usage examples: https://www.nrecosite.com/html_to_image_generator_net.aspx
For .NET Core use: NReco.ImageGenerator.LT
How to use:
var htmlToImage = new NReco.ImageGenerator.HtmlToImageConverter();
htmlToImage.GenerateImageFromFile("http://"+"www.google.com", null, "google.jpg");