I tried iText with some 20 tables and each having around 20 rows (XML approach). I find the performance is Excellent. Great Work !!!!
Do we have a kind of ready reckner for this XML approach apart from the good examples that are provided? I wanted to know if it is possible to use iText XML APPROACH for the following specific formatting use cases in XML approach. A) Tables with borders (left, top, etc) B) The table row headers repeating for each page. C) Setting a color for a row. D) page borders E) "keep the row with the next row" kind of behavior in tables. It will great if you can provide your suggestion for the above, is all the above points possible with pure Java approach. Thanks for all the inputs. Regards, Ganesh -----Original Message----- From: Bruno [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 5:15 PM To: Ganesh Cc: [EMAIL PROTECTED] Subject: RE: [iText-questions] Newbie: xml package in iText Quoting Ganesh <[EMAIL PROTECTED]>: > > > Thanks. > I have made that change and it is working now. Sorry for this > uninteresting question. > > I would like know, what ever you do in java class with tables in > example Chap1203.java, can the same stuff be done in xml file instead > (like how it is done in Cv.java example)? The XML part only works with socalled 'Simple iText'. Objects such as PdfContentByte/PdfPTable/... are not supported. If you want to use them, you would have to write your own handler and that is quite some work... (Would be a nice enhancement of iText, though...) br, Bruno ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
