rdvojmoc / DinkToPdf

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
MIT License
1.09k stars 417 forks source link

Blank row after converting to pdf from html #114

Open deepak09git opened 4 years ago

deepak09git commented 4 years ago

Hi @rdvojmoc , I am able to create pdf documents using dinktopdf but some time getting blank row(more white space between two rows) inside pdf body. Page break is true and getting pages with numbers.

My application is .Net core 2.2 and VueJs. I am using razor view for rendering html, converting to byte array using dinktopdf and sending back to VueJs page to down load as pdf. PDF file generation is working but some time blank row is coming in pdf body.

I have saved the html content and browsed it, there is no blank row coming. Please help me on this. pdfissue