I need to print some pages. I generate div´s for every page with fixed size, so I can control the content of every page and no content will appear on a wrong page.
So here is my problem: Sometimes the content of the first page is larger than the div. I need to check if it fit´s into the div. Is there any way to do this?
Thank you!