Hello.
I have an winforms app developed in .net 3.5. Reports are made in Crystal Reports 2008. I have a problem when exporting a report to PDF. The application have about 10 reports, and all but one works fine. The report looks correct when displayed in the CrystalReportViewer, but the exported PDF is not. Some characters are displayed incorrectly. The letter 't' is displayed as 'tt'. But if I select the text, it selectes the two t's at the same time, as if they where one character. If i select and copy the text and paste it into notepad, the text is correct.
Not all t's are displayed incorrectly. All t's using the font Cambria are correct, all t's in the font Calibri turns into "tt"
For example:
In CrystalReportViewer the following text is displayed "lit"
In the exported PDF the following text is displayed "litt". If I select the text and copy it to another document, i get "lit".
I've tested the app on 4 different machines.
1. A Windows Server 2003, the exported PDF is correct here
2. A Windows Server 2008 R2, the exported is not correct here.
3. My development-machine, also running Windows Server 2008 R2. The exported PDF is correct here.
4. Another machine running. Windows Server 2008 R2. The PDF was incorrect here. all t's here displayed as "ti", so "lit" became "liti". On this machine I installed the very latest runtime (fixpack 3.3).
I looked in the GAC, and all machines seems to have the correct runtime installed (version 12).
I compared a working report with the report that is exported incorrectly, they both use the same font. Calibri.
Does anyone know what is wrong?
Kind Regards Johan