Hi Team,
I have requirement to display some data in a the below format.
Right now I am able to display in a paragraph format using below code
document.newPage();
document.add(new Paragraph("*Origin Name\n\n",
FontFactory.getFont(FontFactory.HELVETICA, 14, Font.BOLDITALIC)) );
Is it possible to achieve it in exact below format.If so please suggest some references and steps to achieve this
