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

My requirement is to calculate total number of page and based on that total number of page use custom size to just have one page so we can use roller...

Hi, how do I automatically manage the word wrap when it gets to the footer ?

It seems there is a possibility to output images using the underlying library. Are there any plans to support this? https://wkhtmltopdf.org/libwkhtmltox/pagesettings.html#pagePdfGlobal

Great work on this, thank you, but not sure if this project is now dead? Thought I'd make another PR since my last one anyway, with a couple of updates...

Hello, I'm looking for any documentation about this library ? The example is a bit short. There is no explication about settings (for example "Page","ViewportSize" etc in Global and ObjetSettings...

I'm trying to use this library on Xamarin.Android but I think that the `libwkhtmltox.so` might not be supported for the different [ABIs](https://developer.android.com/ndk/guides/abis#sa) of Android. At least, I've tried with x86...

I have tried putting dll almost everywhere, in root folder, in bundle but it always throw exception saying unable to found dll. I would really appreciate any help.

Hello @rdvojmoc , Can I access DinkToPdf in .Net Framework 4.6.1? If yes, then what are the dependencies for that? Thank you!

I have a .Net Framework 4.8 app and in it I need to convert some html/css into pdf. I have sampled a demo project of DinkToPdf. This worked in .NET...