Skip to main content The Trailblazer Community will be unavailable from 2/1/2025 to 2/2/2025. Please plan your activities accordingly.
Hi Guys,

 I have one table in that tick symbols are showing. Those tick marks will show automatically when particular field has in object. Actually if i remove renderas="pdf" it's showing. How can i show that in PDF and please help me out this problem.

Example:

<apex:page>

  <p style="color:red;font-size:20px"> &⌗10004;</p>

</apex:page>

Regards,

Mahesh.

 
1 answer
  1. Nov 17, 2015, 11:51 AM
    It all depends on how you are rendering that field from the object.  The Salesforce PDF rendering engine is very particular and I would highly advise that you use all standard Visualforce components (<apex:outputField />, <apex:outputText />) and no other method of Javascript/Misc type of approach.
0/9000