+ 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>