WkHtmlToXSharp
WkHtmlToXSharp copied to clipboard
C# wrapper wrapper (using P/Invoke) for the excelent Html to PDF conversion library wkhtmltopdf library.
Please upgrade the wkhtml library from 0.12.5 to 0.12.6 so it works for 64-bit ARM.
Hey is there any commands to use multiple Links to be generated in multiple Pdfs? Also anyway of printing without creating the PDF?
**Steps to Reproduce** 1. Install the `WkHtmlToXSharp.Bundle` Nuget package 2. Try to run the following code: ``` WkHtmlToXLibrariesManager.Register(new Linux32NativeBundle()); WkHtmlToXLibrariesManager.Register(new Linux64NativeBundle()); WkHtmlToXLibrariesManager.Register(new Win32NativeBundle()); WkHtmlToXLibrariesManager.Register(new Win64NativeBundle()); using (MultiplexingConverter converter = new...
When trying to install the nuget package for version 1.2.32 I get the following error: ``` Failed to add reference to 'wkhtmltox0'. Please make sure that the file is accessible,...
This exception was thrown several times on Windows 7 SP1 or Windows 10... System.BadImageFormatException: 试图加载格式不正确的程序。 (Exception from HRESULT: 0x8007000B) -- at WkHtmlToXSharp.NativeCalls.wkhtmltopdf_deinit() at WkHtmlToXSharp.WkHtmlToPdfConverter.Dispose(Boolean disposing) at WkHtmlToXSharp.WkHtmlToPdfConverter.Finalize() I could not...
Hi, running the library on linux it does not seems to have the wkhtmltox0 library embedded, since it produces the following error : An unhandled exception has occurred while executing...
Please upgrade the wkhtml library from 0.12.4 to 0.12.5
Hi, There is one small inconsistency that not allowing `WkHtmlToXSharp` libraries be used in signed assemblies — `WkHtmlToXSharp.Win32.dll` / `WkHtmlToXSharp.Win64.dll` not signed and cannot be loaded. `WkHtmlToXSharp.dll` is signed, can...
In issues #30 and #10, its stated that this project does not support IIS/ASP.net. This is because of of incompatibilities with the app pool recycling and the releasing of resources...