NReco.ImageGenerator
1.1.0
Prefix Reserved
See the version list below for details.
dotnet add package NReco.ImageGenerator --version 1.1.0
NuGet\Install-Package NReco.ImageGenerator -Version 1.1.0
<PackageReference Include="NReco.ImageGenerator" Version="1.1.0" />
paket add NReco.ImageGenerator --version 1.1.0
#r "nuget: NReco.ImageGenerator, 1.1.0"
// Install NReco.ImageGenerator as a Cake Addin #addin nuget:?package=NReco.ImageGenerator&version=1.1.0 // Install NReco.ImageGenerator as a Cake Tool #tool nuget:?package=NReco.ImageGenerator&version=1.1.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 | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. 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
If you need build for .NET Core/Mono (without embedded wkhtmltoimage binaries) please contact support@nrecosite.com
v.1.1.0: Changes:
- WkHtmlToImage tool upgraded to version 0.12.4 (released 2016-Nov-22)
- all necessary VC++ Runtime 2015 dlls are included
- now for ASP.NET apps wkhtmltoimage binaries are extracted to 'App_Data\wkhtmltoimage' by default
v.1.0.3: Changes:
- hotfix for 'The value of argument 'value' (0) is invalid for Enum type 'ProcessPriorityClass' error
- VC++ 2013 runtime libraries used by wkhtmltoimage.exe ( msvcp120.dll, msvcr120.dll ) are embedded as DLL resources to simplify app deployment
v.1.0.2: Changes:
- added ProcessPriority and ExecutionTimeout properties</li>
- added workaround for "Exit with code 1 due to network error" wkhtmltoimage issue: when "--load-error-handling" or "--load-media-error-handling" set to "ignore" (or "skip") wkhtmltoimage generates an image but exited with code = 1 and as result WkHtmlToImageException is thrown. Now this case is handled correctly and exception is not thrown.
- now NReco.ImageGenerator.dll is a signed (strongly named) assembly