[SalesForce] Wrap the without space Text in Visualforce PDF

I have the Problem to wrap the Text in PDF and the Text is without Space something like that "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa".

Please Help me to solve this.
Thanks in Advance.

Best Answer

CSS3 supports a few styles for wrapping text: text-overflow, overflow-wrap and the now-deprecated word-wrap.

If the VF rendering from HTML into PDF supports these CSS properties, this may work for you.

New CSS3 Properties to Handle Text and Word Wrapping