Page breaks for printing on php page
How would I go about inserting a page break to occur within a repeat region for printing?
I have a recordset pulling 222 records to be displayed. They want to be able to print each record on a page, so I would have to put the page break code in the repeat region.
Does anyone have any advice or code to get this page break working?
mgn2683
Junior Poster in Training
63 posts since Dec 2007
Reputation Points: 10
Solved Threads: 0
I would prefer to output this to PDF.
In a nutshell, our client has a four page document to mail to over 220 candidates. He had me set up a page to dynamically display the name, address, and other basic information for the candidates for the first page only. I created the document, put in the dynamic text and have a repeat region around everything. This is so that he can print each first page as a separate document.
I need to have a page break that will break at the same point so that each prints the exact same. I can work out the kinks later, but getting this page break working is imperative.
mgn2683
Junior Poster in Training
63 posts since Dec 2007
Reputation Points: 10
Solved Threads: 0