on 2024 Oct 24 9:46 AM
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?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't have to take care of this. When using ReportDocument.Export, a font subset of all characters used is embedded by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.