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
Shilpa Goyal 9Shilpa Goyal 9 

fetch star rating in pdf

Hi all,
i have one vf page with star rating and when i rate myself then overall rating calculation done automatically. but i want to print those selected stars and overall rating stars in pdf which is my second vf page. so in short i have to fetch those stars from one page to another page which is renderAs pdf.

Please help if anyone know any workaround.

thanks
Shilpa
VinayVinay (Salesforce Developers) 
Hi Shilpa,

You cannot copy directly from one vf page to another page,  If you want to pull rating in second page you would need to populate or store and populate in pdf using renderAs.

Thanks,
Shilpa Goyal 9Shilpa Goyal 9
Hi Vinay,
Thanks for quick respond.Can you give me some example code so it will be helping for me.

Thanks
Shilpa