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
Nupur ModiNupur Modi 

If I am rendering a page as PDF and I have "word-wrap" css in my page, then it is not working. Does anyone have a solution to this?

Ramu_SFDCRamu_SFDC
The below article might help

http://salesforce.stackexchange.com/questions/13123/salesforce-api-v28-not-rendering-css-styling-when-rendering-as-pdf
Edwin VijayEdwin Vijay
Try using the !important notation like this

word-wrap: break-word !important;


Nupur ModiNupur Modi
@ForceTree.com: I have already tried using !important an it doesn't work.

@Ramu_SFDC: I have gone through the article but it doesn't help.

Actually the issue is that all other styles are working but only word wrap is not working.