I am new to itext pdf generation. I am creating my document just fine but I
cannot get the "\t" tab to work for me. I am creating a form letter.
Here is an example:
String name = "Chris";
Paragraph myP = new Paragraph(name,docFontSmall);
String Tab = new String("\\t");
myP.add(Tab + "Walusiak");
Any help would be greatly appreciated.
Chris Walusiak
Technical Specialist
(847)270-2440
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions