RDLC 导出为 pdf - IDAutomation 字体未嵌入 Windows Server 2019

Bal*_*ala 1 asp.net iis rdlc windows-server

我们有一个带有 rdlc 的 asp.net 应用程序,我们使用 IDAutomation 字体(条形码)从 rdlc 导出 pdf,它在 Windows Server 2016 中完美运行,现在我们迁移到 Windows Server 2019,一切都在浏览器中运行良好,但 IDAutomation 字体未嵌入在导出的 pdf 中。我需要在 Windows Server 2019 中添加任何内容。

我检查了

  1. IIS Mime/类型,2016 年和 2019 年相同
  2. 组策略中阻止不受信任的字体,2016 年和 2019 年相同

任何建议都会非常有帮助

Bal*_*ala 6

经过长时间的搜索,我发现,在Windows Server 2019中,在安装字体时,我们需要右键单击字体并为所有用户安装,然后重新启动,现在字体将嵌入pdf中。