Page 1 of 1

export report to PDF fonts problem Linux with .NET Core!

Posted: Thu Mar 05, 2020 10:17 am
by hosecloud.com
Hello, I want to embed fonts (Chinese fonts) when I export reports to PDF under Linux docker, but after embedding, I found that the file is huge (30M), which is not the problem when I export reports to PDF previous Stimulsoft Reports.Net version under windows. I don't know where the problem is.

can you help me ?

good : it's perfect export PDF previous Stimulsoft Reports.Net version under windows.
The attachment right-Snipaste_2020-03-05_18-07-22.png is no longer available

wrong:Maybe something's wrong
The attachment right-Snipaste_2020-03-05_18-07-22.png is no longer available
Difference point
1,Encoding
2,Type

so how to export like Encoding=IDENTITY_H,and type =true type (CID) under linux docker ?

Re: export report to PDF fonts problem Linux with .NET Core!

Posted: Fri Mar 13, 2020 7:38 pm
by Lech Kulikowski
Hello,

Unfortunately, at the current moment as is.
For IDENTITY_H mode supporting we are use calling of the Windows GDI library, which does not present on the Linux. To avoid that library, we need to implement methods for ttf fonts parsing.

We are working on that task but we can not say when it will be exactly implemented.

Thank you.