That problem happens when the files have fonts with the same subset name. Until recently iText generated the same prefixes. Regenerate your files with the latest iText version or download the latest itext-paulo that has the method PdfReader.shuffleSubsetNames() that you can apply at each document reading.
Best Regards, Paulo Soares > -----Original Message----- > From: Chris Yeo [SMTP:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 11:23 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF Fonts are jumbled > > hi, > > I have merged a few pdf files (10)+ with 30-40 pages in total with the > ImportedPage function. > But after merging, some of the fonts in the merged pdf file seems to have > jumbled. > (See attachment) > > > Any reasons why that will happen? > I have tried 5.x and 6.0 adobe reader and the same problem happened. > > It seems that the jumbled occur during scrolling of the pdf document. > I have also tried a large document that is not merged and it doesn't have > this problem. > > Thanks and Regards, > Chris > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/0 > 1 > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
