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
abhishek_pandey1989@yahoo.comabhishek_pandey1989@yahoo.com 

How can I auto adjust my font size in td tag of vf page where render as pdf is on ..??

 

            <span> <td align="center" width="100%" style="font-size: 23px;"><apex:OutputField value="{!Property_Analysis__c.Lead__r.Lastname}"/>&nbsp;<apex:OutputField value="{!Property_Analysis__c.Lead__r.Company}"/>, &nbsp;<apex:OutputField value="{!Property_Analysis__c.Lead__r.Property_City__c}"/>,&nbsp; <apex:OutputField value="{!Property_Analysis__c.Lead__r.Property_State_Province__c}"/>,&nbsp; <apex:OutputField value="{!Property_Analysis__c.Lead__r.Property_Zip_Postal_Code__c}"/></td> </span>
        </div>

 

 

I want to auto adjust the fontsize of the above any javascript and jquery and how to use jquery in vf ??Or any other solution

Page is being rendered as pdf

 

 

Thanks