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

I'm trying to convert Html to Pdf in a .NET 6 WebApi project. My application is hosted by IIS. I downloaded libraries from NuGet. I have Visual C++ 2013 runtime...

I got this error both local machine and IIS server when HtmlToPdfDocument's objectSettings include urls for header, footer and also body. If i used just one htmlUrl for pdf, i...

Trying to convert an URL to PDF. The PDF is created correctly, but a div containing a canvas object is not shown. ![image](https://user-images.githubusercontent.com/1732163/180057449-a6b21a8d-8c9b-42fc-b843-d6f1630153d2.png) When trying the EXE, I'm getting an...

We currently have an asmx web service that we use to make calls to our data server. I can get our development server to produce a pdf from html. However,...

We have a site that uses your software for pdfs however it was requiring version 2 of razor to be always their did u ever update this to use razor...

First time works fine, the second request nothing happens, no exceptions ``` public ActionResult BarcodePdf() { var document = new HtmlToPdfDocument { GlobalSettings = { ProduceOutline = true, DocumentTitle =...

I have the same issue with wkhtmltopdf https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3664 I try to use style { border: 1px solid black; border-width: 0px 1px 0px 1px; } The expected result must render only...

I am faced with the problem convert html to pdf using TuesPechkin. I have two applications on IIS and both of the apps have different application pool. But I got...

I made a minimal .NET Framework 4.6.1 console app with TurePechkin v2.1.1 and TuesPechkin.Wkhtmltox.AnyCPU 0.12.4.1: ``` static void Main(string[] args) { var converter = new StandardConverter( new PdfToolset( new WinAnyCPUEmbeddedDeployment(...

it sometimes happens, when exporting an html-document, the output is a pdf-file with plain text. No css, not even html styling. It only shows the text and leaves out the...