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

Hi @rdvojmoc , I am able to create pdf documents using dinktopdf but some time getting blank row(more white space between two rows) inside pdf body. Page break is true...

Don't show a base64 images. Could you help me please?

I am using dinktopdf to convert the html to pdf. It is converting successfully. But the issue is when page break done in pdf it also break the text that...

Hi, I need to print barcode labels using this to generate multiple barcodes Label size 4mmX 2mm. this label contains an QR Code and the product details . Can you...

hi @rdvojmoc , I am using dinktopdf to convert the html to pdf. and we have deployed it on ubuntu server, It is converting successfully without HtmUrl for FooterSettings of...

Hello, I use your library to create a pdf out of a template html file. This works great on my local dev environment and the Azure Functions emulator. But when...

Hello, I noticed the "Library was NOT tested with IIS." in README. For the record, the package works under IIS. * Package 1.0.8 with libwkhtmltox.dll v0.12.4 * IIS Version 8.5.9600.16384...

I am using DinkToPdf Library for pdf generation, but I encountered on a problme on Debian 9. I changed CustomAssemblyLoadConext to load the .so file like this #region DinkToPDF #if...

In .Net Core 2.2, when using the new InProcess hosting model: ``` netcoreapp2.2 InProcess ``` I get the following error when launching the project from Visual Studio 2017 (version 15.9.3):...

Hi, I'm currently looking for a stable library to generate PDF and it looks like DinkToPdf is the most popular. However, I can see that the last version is almost...