Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tab character in itext

I have write the code to create the report using itext.For that,i have to add the header which is like

 BSJ                        Economy Report                            Date:31/12/10

For that i need to put the tab character(\t) between the above strings.But i can't find out the tab character in itext.I have used "\t" and "\t".This was not working.Please help me to resolve this issue.

like image 540
Muneeswaran Balasubramanian Avatar asked Nov 05 '22 21:11

Muneeswaran Balasubramanian


1 Answers

There isn't one.

Sounds like a job for a 3-column table. Or perhaps a ColumnText drawing into the same rectangle with three different alignments?

Lots of options.

like image 87
Mark Storer Avatar answered Nov 12 '22 17:11

Mark Storer