Why are some words being compressed and spaces between words are being removed when converting html to pdf via dompdf in php

Why are some words being compressed and spaces between words are being removed when converting html to pdf via dompdf in php?
If you can see in the attached image, the spaces between "it by", " stand for", "financial standing" and "less (optimum)" are all removed.
Answer
Solution:
I was able to resolve this issue by putting the paragraph contents inside a wordwrap function in php. Example: wordwrap('content string',100)
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: mark bundle as not supporting multiuse
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.