HakanL / WkHtmlToPdf-DotNet

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
GNU Lesser General Public License v3.0
366 stars 66 forks source link

doesn't calculate page size correctly #97

Closed citypanther closed 1 year ago

citypanther commented 1 year ago

first, great work! I found some issues while using it. It sometimes cut a line in two parts, each page display a part of the line. I guess it because the pdf file generated is treated as image? any solutions on the issue? and another suggestion is that can you provide a function that allows the user insert a page break? that would be perfect !!

HakanL commented 1 year ago

This project is just a wrapper for wkhtmltopdf that does all the heavy lifting, so you need to open this issue with that project instead.