cancel
Showing results for 
Search instead for 
Did you mean: 

Font Size on exported PDF compared with Print To PDF driver

john_noble3
Participant
0 Kudos
171

Hi Folks,

I have a report that gets exported to PDF using :

rep.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, filename);

When I try and print the same report using rep.PrintToPrinter() (when the printer is "Print to PDF" or an actual physical printer) the font sizes are very different.

Can this be fixed?

John

Accepted Solutions (0)

Answers (2)

Answers (2)

john_noble3
Participant
0 Kudos

Hi, thanks for your answer, I tried it on my development PC and it has worked.

So will I have to add the registry keys manually to all the PCs that use the program ?

John

DellSC
Active Contributor
0 Kudos

This is a known issue and there is a registry hack to handle it. See 2165260 - *** Master KBA *** List of Registry Keys used in Crystal Reports, Crystal Reports for Visu... and look for "ForceLargerFonts".

-Dell