DinkToPdf icon indicating copy to clipboard operation
DinkToPdf copied to clipboard

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.

Results 122 DinkToPdf issues
Sort by recently updated
recently updated
newest added

Platform: Windows 10 x64 Paper size is 100m x 50 mm ~= 3.97in x 1.97in The page contains an image with style="width: 98mm". The resulting PDF shows ~20% smaller image....

![image](https://user-images.githubusercontent.com/46584369/182984076-61c5f959-7db9-425c-8104-6fedb0bae96c.png) Use 32-bit, the process crashed after downloading several times, and cannot be captured

AMR build for wkthmlpdf is here https://wkhtmltopdf.org/downloads.html

I have asp.net core 2.1 project which I use 64 bit `libwkhtmltox.dll`. Locally all works fine either while debugging or hosting on local iis. However when I host it on...

Request ID: System.AggregateException: One or more errors occurred. (Unable to load DLL 'libwkhtmltox' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)) --->...

I'm working on a ASP.NET Core MVC app and I wanted to use DinkToPdf library to convert Html to PDF. I get this error in the console, when I first...

My images render perfectly if the pdf is a single page. If the pdf is longer than that, they are so transparent, they are barely visible. This occurs when my...

Hi, I am using DinkToPdf to convert a webpage into a PDF. I use the following code: ``` var converter = new SynchronizedConverter(new PdfTools()); var doc = new HtmlToPdfDocument() {...

When i try to make a reference for the 64 bit version of this file(libwkhtmltox.dll) in my Core 2.1 project i have this error coming up for me: ![image](https://user-images.githubusercontent.com/9019734/55326519-fa4fd500-5455-11e9-8be9-666a4ff3869d.png) Therefore...

I want to generate a pdf file from HTML created dynamically in the code. I succeeded in adding a footer to all the pages, but cannot add header. I don't...