Hello Experts,
My PHP script generate a HTML output which I need to print.
But i will tale more then 1 page, therefore I would like to prepare it for the print.
That means somehow split it into blocks of max X lines so each block will become a page.
What are the best methods to do it?
First problem I run in is simply count the number of lines in a piece of HTML
( it has tables, div's, breaks etc. )
Thank you for sharing your ideas.
Start Free Trial