-
How to include stylesheet in visualforce page rendered as pdf ?
I am including stylesheet from static resource to a visualforce page which is rendered as pdf. But the styling is not included. Can anyone suggest me the best way for this ?
e.g. <apex:stylesheet value="{!URLFOR($Resource.form, 'folder/css/bootstrap.min.css')}"/>
Log In to reply.
Popular Salesforce Blogs
Improve Customer Service Productivity with Salesforce Knowledge Base
After you have sold an app, product, or service to your clients, how much time do your service agents spend with the clients, explaining to…
Mastering the Magic: Unleashing the Power of Unique Salesforce Formulas
What are Salesforce Formulas? Salesforce formulas are expressions or calculations that can be used to derive values, perform calculations, and manipulate data within Salesforce. They…