TuesPechkin icon indicating copy to clipboard operation
TuesPechkin copied to clipboard

A .NET wrapper for the wkhtmltopdf library with an object-oriented API.

Results 79 TuesPechkin issues
Sort by recently updated
recently updated
newest added

Supporter from MSFT suggest raising an issue with you guys, after creating a ticket at: [https://developercommunity.visualstudio.com/content/problem/316985/test-with-tuespechkin-started-failing-after-instal.html](https://developercommunity.visualstudio.com/content/problem/316985/test-with-tuespechkin-started-failing-after-instal.html) After updating Visual Studio 2017 from 15.7 to 15.8, tests starts failing, if two...

var document = new HtmlToPdfDocument { GlobalSettings = { ProduceOutline = true, DocumentTitle = "Pretty Websites", PaperSize = PaperKind.A4, // Implicit conversion to PechkinPaperSize Margins = { All = 1.375,...

Using the latest nuget package as of 2016-02-03, the temp directory gets loaded with temp files after calling Convert(). c:\windows\temp\wktemp-_GUID_.pdf As a temporary solution, I put in the following code...

Exactly what it says on the Tin. Used the IIS code, got that error. Current project: DotNet 4.7, MVC 5, C# 7, installed and trying to target AnyCPU. Have this...

how can create PDF encrypted use TuesPechkin? i need set Password when create PDF. thank you

I know, that this error is not interrupting workflow of the library, but muting console output of this error is almost essential for me. Is any way to achieve it?

Please add a strongname to your NuGet packages to allow them to be used by other signed assemblies.

Hello, I have the pdf creator working properly using a webforms site using instructions from the Madalina site: https://codeutil.wordpress.com/2013/09/16/convert-html-to-pdf/ Works great. When I try to then incorporate this into one...

Hi, I want to set metadata such as author etc. of a generated pdf. Is there a way to do that? Thanks