Hi, i started using iText a few days ago and unfortunately I�m still having 
some troubles using tables.

I need to create a Pdf page with several different tables within a 'big' 
table. I did it using nested tables. The problem is that each table must 
have an outside border but not an inside border.

Something like this:

<table border=1>
        <table border=1>
                <cell border=0> a </cell>
        </table>

        <table border=1>
                <cell border=0> b </cell>
        </table>

        <table border=1>
                <cell border=0> c </cell>
        </table>
</table>

I already tried to use class Table and class PdfPTable but can�t produce the 
desired output.

Thanks.

S Pereira.




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to