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'm trying to write some automated tests. If I: ``` using (var tools = new PdfTools()) { var converter = new SynchronizedConverter(tools); // do the stuff, many times over...

I am getting the below error, Unable to load DLL 'libwkhtmltox'. Given below are the configurations Application is working fine with development server in IIS express. but while deployed in...

Try convert: ``` Section 1.10.32 of de Finibus Bonorum et Malorum? But I must explain to you how all this mistaken idea of denouncing pleasure. Nam libero tempore, cum soluta...

Is there any reason for SynchronizedConverter to be so complicated? Why is simple straightforward implementation not good? ``` internal class MySynchronizedConverter : BasicConverter { private readonly object _monitor = new...

I am trying to generate the PDF from the HTML content, content has some different languages characters while I am trying to generate the PDF it will not generating the...

I have this CSS class loaded from an external stylesheet ``` td { vertical-align: top; color:red; padding: 50px; } ``` table cells are red, so I know the CSS is...

Rather than have to copy the libwk*.* native libs into the output folder, you can set up the NuGet package to include them automatically. They just need to be linked...

Is there a way to change the orientation for a specific page? I would like the first page to be in portrait and the rest of the document in landscape.