Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Please refer the below links.
https://salesforce.stackexchange.com/questions/63436/display-content-at-bottom-of-last-page-when-vf-is-rendered-as-pdf
http://www.sfdcpoint.com/salesforce/visualforce-page-render-pdf/
Thanks
My requirement is to display some content only on the last page of the PDF with out having any spaces in the other pages.
@Meenu,
Thanks for sharing the link.
Thanks & Regards
You can display your content in last page with the help of @page:last {}
example: @page:last {
content: "My Last page Content Here";
}
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi