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
csreddy7799csreddy7799 

Text rotation in visualforce rendered as PDF not working

I have created page with renderAs pdf. I have used style rotation in that page. It is displaying properly in normal vf page, but not working in PDF page.

 

 

 

Thanks in advance

gautam_singhgautam_singh

Hi,

 

Try to put the css file in static resource and use that in the visualforce page rendering as PDF through this

 

<apex:stylesheet value="{!Resource.myCss}"/>

If you have trouble regarding the CSS which you will keep ,  Have a Look a this Thread.

Also,  Refer this Blog for more customizations.


This will solve your query.

 



Important :

Click on the Star Icon aside if this post provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You

csreddy7799csreddy7799

@Gautam,

Thanks for your reply. The above thread, its working fine for page level, but i want to rotate text(Table Headers). It is not working for Text.