Spacing between characters.
Is it possible to increase spacing between characters in Pragraph or Chunk objects? If yes, How can I do this
Paragraph pdfPara=CreateTopPara(ttd, Element.ALIGN_CENTER,6);
Where CreateTopPara is a method that creates new Paragraph object.
pdfPara contains text that I need to display with increased spacing and ttd is a Chunk.
Thanks