Search found 2 matches

by matijasch
Thu May 26, 2022 7:32 am
Forum: Stimulsoft Reports.WEB
Topic: Issue Exporting to pdf, fonts not embedded with encoding identity-h and not with type TrueType(CID)
Replies: 2
Views: 4884

Re: Issue Exporting to pdf, fonts not embedded with encoding identity-h and not with type TrueType(CID)

I ended up adding the fonts manually and now it works as expected StiFontCollection.AddFontFile(@"C:\Windows\fonts\ARIALN.TTF", "Arial Narrow", FontStyle.Regular); StiFontCollection.AddFontFile(@"C:\Windows\fonts\fonts\ARIALNB.TTF", "Arial Narrow Bold", FontSt...
by matijasch
Tue May 24, 2022 10:42 pm
Forum: Stimulsoft Reports.WEB
Topic: Issue Exporting to pdf, fonts not embedded with encoding identity-h and not with type TrueType(CID)
Replies: 2
Views: 4884

Issue Exporting to pdf, fonts not embedded with encoding identity-h and not with type TrueType(CID)

I have some issue exporting the report to pdf, fonts are embeded but not correctly or i dont't know how to do it correctly. My system is windows 10, .net 6, and in a controller I export it to file and save it to disk. var path = "C:/Users/Matija/Desktop/Report69.mrt"; var bytes = System.IO...