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, I am using .net core 2.2 in Visual Studio for Mac. I am getting the following error while debugging the project: `Could not load symbols for 'DinkToPdf.dll'. '~/.nuget/packages/dinktopdf/1.0.8/lib/netstandard1.6/DinkToPdf.pdb' is...

Could the following be added/changed in DinkToPdf.ObjectSettings? Property RawContent in order to feed the converter also with a byte array instead of a string. In my scenario the input is...

Here's a recipe for DinkToPdf/Wkhtmltopdf in an asp core app service. Also works fine on Azure: https://github.com/Casimodo72/Casimodo.Lib/tree/master/src/Casimodo.Lib.Web.Pdf.AppService Local debug: I use the "Debug|x64" configuration, because I just can't make the...

Our project require to move particular html tables in a doc to next page without breaking them. It works while browser print using the following line of css code. `page-break-inside:...

Please add link to license file into NuGet LicenseInfo

Regardless of configuration the charset not change 1 - below it's my html that I'm trying to convert ``` Todo mundo é com acento. ``` 2- below it's my code...

If you have such a problem, then you need to download the source and make the following changes in BasicConverter.cs 1) Add this lines to constructor and generate properties for...

Hello, It would be good if the latest libwkhtmltopdf was added to the repo: https://github.com/wkhtmltopdf/wkhtmltopdf/releases Cheers

Added Libraries from https://wkhtmltopdf.org/downloads.html Addresses Issue #41