Hi,
We using C# Dot Net 2005 and Crystal Report for Dot Net 2005 and we are trying to export to PDF file. In one of the reports, we are using a Font "Shree-Kan-0850' from Shree Samhita, a SDK to build application in Indian regional languages. But we are getting an error as follows:-
"Error in File C:\Document~1....\{....}-.rpt: Operation not yet implemented.". When we tried in various sites and forums found that it was due to some non-standard fonts. We have checked that if we remove Shree-Kan-0850 font from report, it works fine and once included the error comes. So problem might by from this font. Whether Crystal report is not supporting other than Windows standard fonts or the problem with PDF? Because with same font we can export to DOC, XLS etc. Please guide us how to solve this?
Thanks and regards,
Rajeev Vandakar, Bangalore.
Request clarification before answering.
Hi All
Can I reopen this question?
I have same problem in window server 2003, other OS (window server 2008, windows 7 or 😎 is OK
I use crystal report 13
.NET 2.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And there are a few suggestions in this thread re. possible solutions. Have you tried any? Which?
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow us on Twitter
Hi Ludek
This is not standard font.
You can download this font from link: Download & Install Free Univers 57 Condensed Font – Univers 57 Condensed .ttf
Error happen when i view report in crystal report viewer. Report has 2 pages, page 1 show OK, page 2 error because has a colon character (:) in this page.
Ahhh - sorry. Somewhere between the title of this Discussion and the rest of it I got things confused.
One thing to remember is that the .NET Framework only supports Only TT and OT fonts. See this KBA:
1198306 - Crystal Report displaying incorrect font in Microsoft Visual Studio .NET
So, the question then is; does the frm support the font?
- Ludek
Unfortunately, it looks like that font has many issues. Googling 'Univers Condensed Fonts .net' gets a number of interesting posts. E.g.;
Univers 67 Bold Condensed Font does not show in my Flash Fonts List
See if you can select the font in the properties window of the VS.NET IDE.
It would also be interesting to see if the following will work in a new test app:
Private Sub Form1_Load(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MyBase.Load
Label1.Font = New Font("Univers 57 Condensed Font – Univers 57 Condensed", 12, FontStyle.Regular)
End Sub
- Ludek
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.