adrianle Posted August 18, 2015 Share Posted August 18, 2015 I'm currently pulling database content into a page that will be printed. This page has a footer div with client logo, etc. I need to figure out how to split the content after X number of lines so it will print onto the next page without running over the footer div. Help?? Link to comment https://forums.phpfreaks.com/topic/297853-splitting-dynamic-content-between-two-printed-pages/ Share on other sites More sharing options...
scootstah Posted August 18, 2015 Share Posted August 18, 2015 Can you show us an example? Maybe print to a PDF or something? Link to comment https://forums.phpfreaks.com/topic/297853-splitting-dynamic-content-between-two-printed-pages/#findComment-1519202 Share on other sites More sharing options...
Barand Posted August 18, 2015 Share Posted August 18, 2015 +1. I always generate a pdf if printed output is required. (Has the advantage that it can be printed, saved, emailed or just viewed). Link to comment https://forums.phpfreaks.com/topic/297853-splitting-dynamic-content-between-two-printed-pages/#findComment-1519203 Share on other sites More sharing options...
scootstah Posted August 18, 2015 Share Posted August 18, 2015 I meant print to a PDF for the purpose of showing us what it looks like. But yes, writing the output to a PDF like you say is a very viable alternative. Link to comment https://forums.phpfreaks.com/topic/297853-splitting-dynamic-content-between-two-printed-pages/#findComment-1519204 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.