NReco.ImageGenerator
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package NReco.ImageGenerator --version 1.0.3
NuGet\Install-Package NReco.ImageGenerator -Version 1.0.3
<PackageReference Include="NReco.ImageGenerator" Version="1.0.3" />
paket add NReco.ImageGenerator --version 1.0.3
#r "nuget: NReco.ImageGenerator, 1.0.3"
// Install NReco.ImageGenerator as a Cake Addin #addin nuget:?package=NReco.ImageGenerator&version=1.0.3 // Install NReco.ImageGenerator as a Cake Tool #tool nuget:?package=NReco.ImageGenerator&version=1.0.3
HTML-to-Image converter for C#/.NET (WkHtmlToImage wrapper). Can render web pages into image for making thumbnails, convert SVG to jpg or png formats.
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.
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