* Rendering as PDF: * The renderAs="pdf" attribute in the <apex:page> tag renders the page content as a PDF. * Why Not Other Options? * A and B: contentType is not used to render PDFs. * D: Incorrect syntax. * Visualforce PDF Rendering: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages /pages_output_pdf.htm References: