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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page break

tvrajja opened this issue · comments

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

I got it. thanks