Is there any way to include an embedded font with a pdf export from the .NET report viewer control?
A:
I'm not aware of any way to do this, you could render the text as an image using GDI+ in .NET and then embed that image?
Would that be a possibility for you?
Thanks,
Phil.
Plip
2009-11-19 10:55:02
+1
A:
PDF export from report viewer prior vs 2010 (v9 and previous) did not embed fonts properly in pdf. Since version 10 it's working as it should - subsets of all used fonts are embedded in exported pdf.
LePiaf
2010-04-29 07:04:19