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
Rajesh SFDCRajesh SFDC 

how to generate the PDF using visualforcepage and apex

i am new to salesforce, when i click on the list button send email with pdf data.
salesforce1#salesforce1#
Hi,

You can use the below tag

<apex:page renderAs="pdf">
     --html tags---
</apex>