function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BsinBsin 

PDF Content in Salesforce

Hi, Could some one please share me information on "How to display content only on last page of a PDF in Salesforce "

Thanks in advance
Sharat C 2Sharat C 2
Just trying to understand a bit more, Do you mean you need few blank pages in PDF and display required content in last page ?
BsinBsin
Hi Sharat,

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

 
Ajay K DubediAjay K Dubedi
Hi Bsin,

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