You are correct that this is a bug.  There are actually more problems than this when 
using
cellspacing on Tables longer than one page.  The code calculating the new table 
position for pages
after the first one does not take cell spacing into account correctly.  You will see 
other problems
with text longer than one line.  Unfortunately no one seems to claim ownership of the 
Table class
now - it seems to be an orphan.  You are probably better off using PdfPTable (but you 
will have a
little harder time drawing your borders around the whole table - you'll have to use a
PdfPTableEvent).

I was able to reproduce your problem with your example and in one of my test drivers.  
I am not the
original author of this class, but I will look into supplying a fix when I have some 
time - perhaps
this weekend.

Good luck!
----- Original Message ----- 
From: "h4" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 14, 2004 7:34 AM
Subject: [iText-questions] table PdfWriter setSpacing(1) then border on last page 
drawn above last
line!


> Hello,
>
> I would like to submit following experience:
>
> If i run this program with setSpacing(0), a tableborder is drawn
> correctly on all pages.
>
> If i run this program with setSpacing(1) , the tableborder on the last
> page is drawn above the last line.
>
> This problem also occurs when using itext-1.02b.jar.
>
> Thanks for this product.
> Thanks for the time anyone would spend on this.
>
> Herman Vierendeels
> Ternat
> Belgium




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to