카테고리 없음
VFP(VisualForce Page) 에서 PDF 기능 쓰기
으농농이
2023. 11. 17. 09:42
<apex:page showheader="false"
contentType="text/html;charset=UTF-8"
renderAS="PDF"
sidebar="false"
standardStylesheets="false"
applyHtmlTag="false"
applyBodyTag="false"
readonly="true"
cache="true"
controller="ReportFormController"
>
renderAS="PDF" 설정을 꼭 해줘야 한다