KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Insert page of exported PDF #684

Closed Ahmed Bucheeri opened this topic on on Feb 17, 2019 - 2 comments

Ahmed Bucheeri commented on Feb 17, 2019

I am generate a report by exporting it to a PDF using Export packages. currently the exported file contents many tables, some them are divided on two pages, Is there any way either to export each table on different page or insert page in the exported file

KoolReport commented on Feb 17, 2019

Hi,

In front of table, you may do:

<div class="page-break"></div>
<?php
Table::create(...);
?>

The page-break will ensure the Table start on new page.

Ahmed Bucheeri commented on Feb 17, 2019

Thanks It works

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

None