RE: [iText-questions] fonts get changed when concatenating PDF files

2004-01-23 Thread Paulo Soares
Title: RE: [iText-questions] fonts get changed when concatenating PDF files It may happen with broken PDFs. Call PdfReader.shuffleSubsetNames() and see if something happens. If you  still have problems send me privately a couple of those PDFs and runnable code to test it. Best Regards

[iText-questions] fonts get changed when concatenating PDF files

2004-01-22 Thread Gary Wu
Hi, I use the following code to concatenate PDF files into a result PDF. The problem I have is, in the result PDF, some texts are in different fonts than the original PDF files. Any idea what causes the problem? I saw a similar post about fonts and file concatenation. Does iText support concatenat