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 increas
There is something fummy going on with margins. I set them up for each page
but they won't take effect. Any ideas why ?
Here is my code.
import java.io.FileOutputStream;
import java.io.IOException;
import com.lowagie.text.*;
import com.lowagie.text.Document;
import com.lowagie.text.DocumentExc