cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

smiyazawa
Explorer
0 Kudos
418

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?

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor

This is not directly supported by the Crystal runtime. But you can take care of that aspect in your own code immediately after the export.

For example, my Crystal Reports automation software includes an option to convert the exported PDF file to PDF/A mode.

smiyazawa
Explorer
0 Kudos
Thank you very much for the great information. I learned a lot.

Answers (1)

Answers (1)

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.