·
Render Visualforce as PDF
·
You simply need add one more parameter
in your <apex:page> tag i.e. “rederAs=PDF” , Like shown below :
<apex:page renderAs = "pdf"></apex:page>
·
Go through following some more
useful documents for more detailed info :
* Check out Another useful post of Rendering PDF with Name & Extension here
No comments:
Post a Comment