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.
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
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