From 3a78cf0f4abcf7c42a7b6d1284e2d9714bae3682 Mon Sep 17 00:00:00 2001 From: Derek Date: Wed, 23 Apr 2014 11:39:19 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3bed28..1acd946 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Pechkin .NET Wrapper for [WkHtmlToPdf](http://github.com/antialize/wkhtmltopdf) DLL, a library that uses the Webkit engine to convert HTML pages to PDF. This fork supports .NET 2.0 and up and *now runs in both 64 and 32-bit environments*! +NOTE: +Azure does not play nice with wkhtmltox.dll because it uses the GDI libraries. +See: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/eb48e701-8c0b-4be3-b694-2e11cc6ff2e1/wkhtmltopdf-in-windows-azure?forum=windowsazurewebsitespreview + New in 0.9.3 ------ The unmanaged DLLs that Pechkin depends upon have been packaged as *embedded resources* so you don't have to worry about messing around with pre- or post-build events to copy the files wherever they go in your solution. When the library is first accessed in the application lifetime, it will copy the embedded resources to a temporary directory (if they do not exist there already) and invoke WinApi to load them up.