oracle report 11g pdf 中文问题

1.在系统盘:\WINDOWS\Fonts目录下稳自己所需要的中文字体,若没自己所需要的中文字体,可自己在网上稳,然后copy到WINDOWS\Fonts目录下。如黑体“simhei.ttf”

2.copy simhei.ttf 到%REPORT_SERVER%\reports\printers
如 C:\Oracle\Middleware\as_1\reports\printers (for 11g)    
  C:\DevSuiteHome\reports\printers (for 10g)

3.添加字体信息
在%REPORT_INSTANCE%\config\FRComponent\frcommon\tools\COMMON
如C:\Oracle\Middleware\asinst_\config\FRComponent\frcommon\tools\COMMON (for 11g)、
D:\DevSuiteHome\tools\common\uifont.ali (for 10g)
目录下的uifont.ali文件
编辑uifont.ali文件
在[ PDF: Subset ]行之后添加
"黑体" = "simhei.ttf"
注意:字体名称与字体文件名要一一对应
4.重新启动report 11g ,张字段字体属性选择黑体,generate pdf 中文黑体就能正常显示。

你可能感兴趣的:(oracle,C++,c,windows,C#)