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
Rama Gaikwad 1Rama Gaikwad 1 

generate PDF

Hello All,

I want to generate a certificate PDF of the selected record. It will allow to customize the certificate details in preview and after final confirmation, we will be able to print it or generate PDF.

Could you please guide me, which approach(Aura, Visual force) I can use to generate PDF.

 
VinayVinay (Salesforce Developers) 
Hi Rama,

Check below examples that can help you and make changes as per your requirement.

http://santanuboral.blogspot.com/2020/10/lwc-generate-pdf.html
https://salesforce.stackexchange.com/questions/158230/how-to-generate-pdf-for-selected-records-in-visualforce

Please mark as Best Answer if above information was helpful.

Thanks,