Rendering a Visualforce page as PDF

How to render Visualforce Page as PDF?

In this article we will learn how to render a visualforce page as PDF in Salesforce. In order to render a visualforce page as PDF you have to set renderAs attribute to PDF. Have a look at below code example where I have created a Visualforce page which is rendered as PDF. PDF will display … Read more