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

Just hoping anyone can help with using TOC (Table of Contents) in DinkToPDF. Currently there is no settings for it (like there is for Header and Footer etc). Any ideas...

Hi, I'm implementing functionality to export pdf file used ASP.Net core 2.2 and DinkToPdf 1.08. In the first time run project, i can export pdf with table of content as...

I have set the text in footer then this is coming in each page footer which I don't want. It has to be on last page footer of PDF. Appreciate...

Currently, the newest version is 0.12.6. I try download some amazon linux, arc linux... then I deploy my app to app linux service of azure but all are fail. Please...

In our netcore 2.2 MVC project we're using DinkToPdf to generate a bunch of PDF from a cshtml template. We're registering a SynchronizedConverter as a singleton to inject it into...

With the below code javascript is not enable? could pleae advice on it? sb.AppendFormat(@" .header { text-align: center; color: green; padding-bottom: 35px; } table { width: 80%; border-collapse: collapse; }...

am trying to convert a html file to pdf using DinktoPdf library in asp.net core. While I'm able to convert html files with Jquery cdn but when I try to...

Hi I am getting below error message, anyone knows how to resolve it? I've read other threads but no luck. ``` System.DllNotFoundException: Unable to load shared library '/app/libwkhtmltox.dll' or one...

I have a .Net 2.2 core application that I'm trying to move into a container and I'm having little success getting the assembly loaded. I'm curious has anyone attempted this...

I tried to convert using DinkToPDF but the PDF result is different than my HTML when i open in my browser, Here's my DinkToPdf Setting: [ var globalSettings = new...