You need to sign in to do that
Don't have an account?
lzanotti1987
Problem on Visualforce Page i can't go in the second page
Hi,
i have a Visualforce page that build a pdf preview.
I use a <panelGrid> in order to display a table and inside some <outputtext>: i would like that when the page ended the entire panelgrid goes in the next page and not only some outputtext. How an i perform this operation? I tried to use <div> tag with attribute "display:block" but unfortunately i can't do it.
Could you help me?
Regards
Luca
Hi,
Can u please explain in detail
Try out the page break CSS property on your DIV:-
You can refer to the original article @ http://techblog.appirio.com/2008/09/page-breaks-in-visualforce-pdf.html