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

page break #48

Closed tvrajja closed 8 years ago

tvrajja commented 8 years ago

This is really impressive. I have a doubt how to give page break for each records in model.

for example: List contains multiple records, while generating pdf how to give page break in each records [after pdfexmple[i] i need a page break] i appreciate your help. thanks raja

tvrajja commented 8 years ago

I got it. thanks

vip32 commented 7 years ago

how? did you manage with normal css? https://www.w3schools.com/cssref/pr_print_pageba.asp