cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports for Visual Studio, to explicitly embed the fonts used in the PDF file

smiyazawa
Explorer
0 Kudos
261

I have an application program created with Crystal Reports for Visual Studio. I want to output the report as a PDF file. Is it possible to explicitly embed the fonts used in the PDF file?

View Entire Topic
HML
Explorer
0 Kudos

You don't have to take care of this. When using ReportDocument.Export, a font subset of all characters used is embedded by default.

DonWilliams
Active Contributor
0 Kudos
Except when using Licensed Fonts, for legal reason CR will not embed the font so use Ido's solution.