NReco.ImageGenerator 1.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package NReco.ImageGenerator --version 1.2.0
NuGet\Install-Package NReco.ImageGenerator -Version 1.2.0
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="NReco.ImageGenerator" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.ImageGenerator --version 1.2.0
#r "nuget: NReco.ImageGenerator, 1.2.0"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.2.0 152,965 6/15/2020
1.1.3 264,167 4/3/2019
1.1.1 142,797 11/23/2017
1.1.0 79,223 3/31/2017
1.0.3 103,296 9/10/2015
1.0.1 7,337 2/21/2015
1.0.0 2,789 1/24/2015

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");