I am using itext-pdf 5.4 to create PDF documents. In this process, I plan to create some HTML and then parse with xmlworker add-on. However, irrespective of the fact that, I am specifying
<div align="justify">..</div>
OR
<p align="justify">
I am not able to see the desired effects. The text in PDF looks very bad, as does not span the entire line. Can some one help me here by explaining the correct approach to go about this.