Bruno, Paulo, Mark, Thanx for your quick responses and all the great information.
I had taken out all the nested tables and was just short of what I wanted. This turned out to be a good move anyway since RTF wouldn't handle the nested tables. >From there, I couldn't just leave all the bordering alone because then I got lines between the product images and the product info. However, I was able to fool with Cell.setBorder() and got the results I wanted. Thanx again for all your help. Regards, Norton --- Mark <[EMAIL PROTECTED]> wrote: > Hi > > You should be able to reproduce the sample html page > you gave in rtf. > The main problem being that you can't use nested > tables with the RtfWriter. > You'll have to do it in one Table. > Creating the barcode as an image and then inserting > that image into the > document should also work. But the image type will > have to be png or jpeg. > And you'll probably have to write it to disk and > then read it from there > again, but I'm not sure about that. > > Greetings, > Mark __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
