andyhutch77 / MvcRazorToPdf

Create pdf documents within an asp .net mvc project by generating your views as normal but returning a PdfActionResult. This converts regular produced razor/html to pdf documents in the browser using the iTextXmlWorker.
125 stars 105 forks source link

Splitting long tables #57

Open mikolus opened 6 years ago

mikolus commented 6 years ago

Hi, I've got a table that starts in the middle of the page. If it's longer than the page, it leaves tat half of a page blank and starts table on the next one. Is there any way to prevent it? UPDATE: Attached screenshot

untitled