David Thielen wrote: > This is a problem because setting the lines to start and stop at > specific positions with the next line lined up against them, is not > drawn that way by Acrobat. It seems to start/stop lines a bit off at the > ends.
If you say "join lines", do you mean they have to look like the first two cells in the third row of the table on this PDF: http://1t3xt.info/examples/results/in_action/chapter06/pdfptable_colors.pdf If so, you'll find the answer here: http://1t3xt.info/examples/browse/?page=example&id=101 If not, you can always draw the borders using a CellEvent. The following example doesn't answer your question: http://1t3xt.info/examples/browse/?page=example&id=164 but it shows how you could define the way borders are handled yourself. (In the example the border rectangle has rounded corners.) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
