cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report Export Font size

former_member309127
Participant
0 Kudos

I am having same problem as of this link :

https://archive.sap.com/discussions/message/16835799#16835799

The question is archived.

Can any one tell what could be the reason?

-SAILEE

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor

According to SAP Note 2165260, which is the master list of registry tweaks for Crystal, the base path in the registry for Crystal 2013 is one of the following:

  • HKEY_LOCAL_MACHINE\ Software \Wow6432Node\SAP BusinessObjects\Suite XI 4.0\ (on 64 bit OS)
  • HKEY_LOCAL_MACHINE\ Software \ SAP BusinessObjects\Suite XI 4.0\ (on 32 bit OS)
  • HKEY_CURRENT_USER\ Software\ SAP BusinessObjects\Suite XI 4.0\

For an application that uses the Crystal for VS components, it's one of these:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0 - (on 64 bit OS)
  • HKEY_CURRENT_USER\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0

There are four registry keys that can be used to control the format when exporting to PDF. They are:

...\Crystal Reports\Export\PDF

ForceLargerFonts dword:00000001 Fonts shrink by approximately 10% when a report is exported to Adobe Acrobat Format(PDF)

UsePrecisePositioningForText dword:00000001 text fields are either truncated incorrectly, or the text is wrapped to the next line incorrectly

TruncationAdjustment dword from 1 to 10 To adjust truncation

UseCustomEncoding dword:00000000 the file size of the exported PDF is larger. Crystal Reports containg Arabic text displayed incorrectly while exporting

-Dell

0 Kudos

Hi, I have a similar problem, it only increases the font size. Is there any solution where I will add a "DWORD key" to make the font smaller?I have a similar problem, it only increases the font size. Is there any solution where I will add a "DWORD key" to make the font smaller?

former_member763929
Participant
0 Kudos

Thanks for coming to SAP Community for answers. Please post your question as a new question here:

Since you're new in asking questions here, check out our tutorial about asking and answering questions (if you haven't already), as it provides tips for preparing questions more effectively, that draw responses from our members.

Please note, that your post here won't be answered.

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

Have you tried the registry settings that I posted in the archived thread?

What version of Crystal are you using? The registry path may change depending on the version that you're using.

-Dell

former_member309127
Participant
0 Kudos

Hi Dell,

I am using Crystal Version SAP BusinessObjects Crystal Reports 2013 Support Pack 4 Version 14.1.4.1327 CR Developer.

Yes, I have tried the registry settings but it didn't work.