Hi there.. any thoughts on this would be greately appreciated.
I have a itext PDF generation, largely of tables followed by more tables from Java Bean classes. There is a table with two of the columns as '*.gif' objects, other than that it is fairly straight forward. My problem is that the PDF doc generate in my dev environment (i.e. JBoss 2.4.x, JDK 1.4, Windows) and the PDF doc genearted on Production/UAT (i.e. WebSphere 5, IBM JDK 1.4, Linux redhat 8) look slightly different. An extra lines appear in odd places in some of the tables. table contect that is , and not table headers or borders. The Code is identical. So a simple table that should look something like:- Column1 Column2 ------------------ My Content 1 Myconten2 --------------------------- etc... looks like this:- Column1 Column2 ------------------- some empty added line !!! ------------------------- My Content 1 My contenct2 NOTE: the content the appears below the table border / row border I think you can picture the dilemma. Why? is this. Some of my own guesses have been, perhaps the IBM JDK renders things differently? Perhaps the insertion of GIFs in a column throws things out?? (Perhaps WEbSphere is need of rewrite! - just kidding, sort of!) The problem of course is that the whole doc becomes unreadable once the content lines of the tables no longer match their table border/row border etc.. Any thoughts? Thanks Steve M ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
