Jan Weytjens wrote:
> I am using iText 2.0.1 and jdk1.5.0_10.
> Both in the PDF files generated by the application I am using iText in 
> and in the example from the book selected rows are not shown selected in 
> the PDF files (though they are in the applications).
> 
> It would be useful if they were.
> 
> The code prints the table to a graphics context obtained from a 
> PdfContentByte:
> 
>     Graphics2D g2D = cb.createGraphics(..., ...);
>     table.print(g2D);

I fear this is not an iText problem.
iText gets its instructions to paint the table from the JDK code.
What I describe works with JDK 1.4.x.
I haven't tried it with more recent JDKs.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to