Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.net - Crystal Reports exporting to PDF adds the letter "i" to certain words randomly

We are using Crystal Reports to generate pdf's of customer bills (from a CR template). It works fine except the engine seems to be adding the letter "i" to random words in the output. Certain alignment problems are also evident (words overlapping etc). Standard fonts are being used.

We are using .net 4 and C# linked to the 10.5 CR assemblies. Latest version of Adobe Acrobat reader is installed on the server.

We have now tried this via 12.2 CR assemblies with the same results. We have also tried multiple .rpt files with the same results.

like image 306
CraigF Avatar asked Jan 12 '10 17:01

CraigF


1 Answers

I have the same problem, sometimes. I have it on my developer machine and now on Win2k8 x64 but not on my test server Win2k3 x32.

It's a bug somehow in the PDF generation in combination with the Calibri font. The only solution i have is to use a different font.

like image 171
Jeroen Avatar answered Nov 15 '22 05:11

Jeroen