Pechkin 0.5.8.1

dotnet add package Pechkin --version 0.5.8.1
NuGet\Install-Package Pechkin -Version 0.5.8.1
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="Pechkin" Version="0.5.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pechkin --version 0.5.8.1
#r "nuget: Pechkin, 0.5.8.1"
#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 Pechkin as a Cake Addin
#addin nuget:?package=Pechkin&version=0.5.8.1

// Install Pechkin as a Cake Tool
#tool nuget:?package=Pechkin&version=0.5.8.1

.NET Wrapper for WkHtmlToPdf static DLL, library that uses Webkit engine to convert HTML pages to PDF. Allows you to utilize full power of the library. See Pechkin.Synchronized for thread safe wrapper.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pechkin:

Package Downloads
Pechkin.Synchronized

Thread safe wrapper for Pechkin Html to PDF library. Allows your multiple threads to use Pechkin, while actually working with it from only one thread.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.8.1 359,756 8/14/2012

Added necessary dependencies to the project and package to fix HRESULT: 0x8007007E error when trying to use Pechkin. 0.5.8.1 added license and copyright cor the copies to be legal.