If they were using PdfGraphics2D, changing the JDK might affect things. Alterations to the underlying AffineTransform and such.
IIRC, there were also a couple iText bug-fixes in the text state, but I don't believe they would impact text /position/. I suppose if they had coded around some bug or another, a fix to that bug could have thrown them off in some way. This is all wild guessing until we have some idea how they're laying out their pages... direct PdfContentByte manipulation vs Document.add(), MultiColumnText or PdfTable or... Phani, if we had some idea of your code path, we could provide better feedback. --Mark Storer Senior Software Engineer Cardiff Software #include <disclaimer> typedef std::Disclaimer<Cardiff> DisCard; > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Paulo > Soares > Sent: Friday, August 04, 2006 1:58 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Text Overlapping with iText 1.02b > afterJDKupgrade to 1.4 > > > That's unlikely to be an iText problem. iText doesn't rely on any jdk > features to calculate metrics or process images. > > Paulo > > ----- Original Message ----- > From: "phani kishore" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, August 04, 2006 6:42 PM > Subject: [iText-questions] Text Overlapping with iText 1.02b after > JDKupgrade to 1.4 > > > > Hi, > > > > We are using iText 1.02b in our application to generate > dynamic PDFs. Till > > now this application has been running on WebLogic 6.1 with JDK 1.3. > > > > Recently, we have upgraded our weblogic server to 8.1 with > JDK 1.4.2. > > > > After the upgrade, we observe that the PDF documents are > not generated > > properly - Text overlapping, many lines are written one > over the other and > > also the images are missing. > > > > We have downloaded the latest iText 1.4.3 to remedy, but > this has only > > aggravated the problem. > > > > Please suggest a solution. > > > > Thanks, > > Phani > > > -------------------------------------------------------------- > ------------------ > > > > > -------------------------------------------------------------- > ----------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the > chance to share > > your > > opinions on IT & business topics through brief surveys -- > and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge &CID=DEVDEV -------------------------------------------------------------------------------- > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------------------------- 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
