Hi I'm checking out iText to create order using data from a db and itext.
I'm following the exercises in the tutorial and i've created a modification
of the tutorial example but I'm unable to get the border of the table (nor
it's colour) to appear?

I would appreciate any help on this matter..


Thanks,

Saimon


xml file:

<letter>
To: <mail /><newline />
Ref: your website<newline />
<newline />
Hello <givenname />,<newline />
<newline />
I visited your website a while ago (<website />) and I saw you added
a link to iText, my free JAVA-PDF library. So I thought to myself, hey,
I'm going to send mr <name /> a little mail to thank him.
If you want to I can also add a link to your site on the iText links-page.
Just let me know,<newline />
<newline />
<table borderwidth="1" bordercolor="red">
<row>
<cell bordercolor="red">
<chunk color="red">Name: <givenname /></chunk>
</cell></row>
</table>

kind regards,<newline />
Bruno Lowagie
</letter>

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to