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, is it possible to create the pdft on fly (in memory) isntead of using Out = @"C:\DinkToPdf\src\DinkToPdf.TestThreadSafe\test.pdf"? Thanks

I have an issue where the PDF is just blank because the javascript that runs when the page loads doesn't get chance to finish before the PDF is done. I...

"app_name":"com.apple.WebKit.Networking","timestamp":"2021-09-09 21:32:48.00 -0700","app_version":"8611","slice_uuid":"d6559652-7a14-3452-beff-43f96c72f044","adam_id":0,"build_version":"8611.3.10.0.1","platform":2,"bundleID":"com.apple.WebKit.Networking","share_with_app_devs":2,"is_first_party":2,"bug_type":"109","os_version":"iPhone OS 14.7.1 (18G82)","incident_id":"A6BE51D8-C452-41CD-89A2-7F5E9B8805B6","name":"com.apple.WebKit.Networking"}

I am trying to create container for one .net core api . we are using dinktopdf dll for html to pdf pages.it is working fine in iis express but getting...

SVG format images are not converted to PDF. Other image formats such as .png and .jpg load correctly, but .svg loads in HTML if used in a browser, but is...

Hi. I cannot seem to get the correct configuration for getting this to work on an azure web app. The web app is configured to run under 64bit and the...

Hello, I am working on ASP.NET Core v2.1. I am able to generate PDF for the first time, but subsequent request hangs. Please note, I've declare SynchronizedConverter as singleton in...

Hello . coud you please guid us , how to use a custom font family in the pdf header document . by using the information , we could be able...

Can any one use this library to print this [chart graph](https://www.chartjs.org/samples/latest/charts/doughnut.html) ? The link comes from chartjs.com. Not matter how I config the LoadSettings or Websettings, the library is not...