crystal report pdf export unicode font problem

neeraj bhushan 1 Reputation point
2022-05-07T10:19:29.563+00:00

Posted 5 hours ago
Sir,

I am working in Visual Studio 2010, V.B. Net , Crystal Report 13. My problem is that for some projects I have to create report in Unicode (Hindi) and then export it to PDF i.e. if I have typed in 20 size font it squeezes upto 12 font size.

The problem is that in the pdf file the font squeezes and all setting gets disturbed.

Pl. guide how to solve this probem

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,066 Reputation points
    2022-05-09T06:34:30.897+00:00

    Hi @neeraj bhushan ,
    I think you could force the use of large fonts by adding a registry key. Please refer to:

    Windows Registry Editor Version 5.00  
      
    [HKEY_CURRENT_USER\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\Export\PDF]  
    "ForceLargerFonts"=dword:00000001  
    "UseCustomEncoding"=dword:00000000  
    "UsePrecisePositioningForText"=dword:00000001  
    

    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments