How to split iText Paragraph into multiple columns?
问题 Is there any way I can split Paragraph data into multiple columns? Current Paragraph Something in the paragraph which need to read by the end user. Required Paragraph Something in --------- to read by the paragraph --------- the end user. which need --------- Basically user wants to read shorter lines rather than a long line. I am using itextpdf-5.4.4.jar Paragraph to display data. Thanks for you help 回答1: Please read my answer to the question How to draw a rectangle around multiline text for