function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santosh KumbarSantosh Kumbar 

Set Custom title VF page rendered as PDF

I am trying to add custom tile on PDF page. Its always showing VF page API name in title. I tried <head><title>example</title></head> but no success.

<apex:page showHeader="false" renderAs="pdf">
<head>
<title> Example!!</title>
</head>
TEST
</apex:page>


User-added image


Thanks!
Santosh KumbarSantosh Kumbar
Thanks for the response. But the reference has solution that would give file name while save that record. but While view that PDF on browser title show VF only.
Nirav_ShahNirav_Shah
Hi Santosh,

Do you find any workaround for this? I am facing the same issue