What kind of crash? Exception, blue screen, core dump? > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eugene R > Sent: Wednesday, June 15, 2005 2:00 AM > To: [email protected] > Subject: [iText-questions] JDK1.3.1 > > Hi > > Did anybody have this problem? > > iText.jar has been compiled with JDK1.3.1 > The following would crash when executed with v.1.3.1; no > problem though when using v.1.4.X > DefaultFontMapper fontMapper = new DefaultFontMapper(); > fontMapper.insertDirectory(javaFonts); > // Create a template and corresponding Graphics2D object > PdfContentByte contentByte = pdfWriter.getDirectContent(); > PdfTemplate pdfTemplate = > contentByte.createTemplate(width, height); > printableGraphics = > pdfTemplate.createGraphics(width, height, fontMapper); > > I cannot upgrade Java; older version is a project requirement. > > Thank you, > Eugene Rozhdestvensky >
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
