iTextAsian 与 iText 5.0.3

发布于 2024-09-15 15:01:21 字数 402 浏览 8 评论 0原文

iTextAsian于2007年问世,最近发布了最新的iText 5.0.3,修改了包名。

我尝试创建一个中文字体集。

BaseFont bfCHS_MHei_Med = BaseFont.createFont("MHei-Medium", "UniCNS-UCS2-H", BaseFont.NOT_EMBEDDED);

运行 .class 时,显示 Exception = com.itextpdf.text.DocumentException:无法识别带有“UniCNS-UCS2-H”的字体“MHei-Medium”。

我已将iTextAsian中的包名称修改为com.itextpdf.text.pdf.fonts。但也没有什么帮助。

任何人都可以给我一些提示吗?

iTextAsian came out on Year 2007 and the latest iText 5.0.3 comes out recently with modification of package name.

I tried to create a Chinese font set.

BaseFont bfCHS_MHei_Med = BaseFont.createFont("MHei-Medium", "UniCNS-UCS2-H", BaseFont.NOT_EMBEDDED);

When the .class is run, it said Exception = com.itextpdf.text.DocumentException: Font 'MHei-Medium' with 'UniCNS-UCS2-H' is not recognized.

I have modified the package name in iTextAsian to com.itextpdf.text.pdf.fonts. But there is no help too.

Anyone can give me some hints ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文