You need to sign in to do that
Don't have an account?
Pagination within PDF
Hi All,
I have a VF page with specified rerenderAs attribute to 'pdf ' .I am fetching accounts and displaying within data table in this page. And i want to pagination within PDF. I tried a lot but i couldn't get success.
If anyone can, then please guide me.
Thanks.
To put a page break into your pdf, insert this line as appropriate:
<div style="page-break-after: always;" />
Let me know if that doesn't answer your question.
Jeremy
Hi,
Thanks for reply.
I post my code,wat i m trying to do.Please tell me where i have to insert <div style="page-break-after: always;" /> in my code.
Thanks.
this code is to break the page " <div style="page-break-after: always;" />"
And put this
after the <head> and close
before </head>