hi,

please see the attachment for my table with certain rowspans. runtime
exception was thrown.

jvm reported the exception was thrown from
com.lowagie.text.pdf.PdfDocument.java (line 1499)
that rows.get(i + k) got problem.

i modified the source such that it check for
if (rows.size() > i+k)
before invoking get()
and the result is pretty perfect for what i want.

is it a bug or some problem on my coding?

thx
calvin

--
http://news.gmane.org/gmane.comp.java.lib.itext.general
http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/

Attachment: RowSpanProblem.java
Description: Binary data

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to