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

Stimulsoft Reports.NET discussion
Post Reply
hosecloud.com
Posts: 13
Joined: Thu Mar 05, 2020 9:47 am

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

Post 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 ?
Attachments
error-Snipaste_2020-03-05_18-06-53.png
error-Snipaste_2020-03-05_18-06-53.png (35.71 KiB) Viewed 1620 times
right-Snipaste_2020-03-05_18-07-22.png
right-Snipaste_2020-03-05_18-07-22.png (34.61 KiB) Viewed 1620 times
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

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

Post 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.
Post Reply