[iText-questions] Spacing between characters.

2006-11-04 Thread svager
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

[iText-questions] Page's Margins are not working

2006-10-31 Thread svager
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