文件名称:iText生成pdf解决中文不显示
文件大小:32.79MB
文件格式:ZIP
更新时间:2023-08-05 08:41:01
iText pdf 中文字库
iText生成pdf解决中文不显示字库,pdf凉字不显示,由于生成iText插件生成pdf的时候中文会显示不出来,遇到过的是"凉"字,查到是字体库的原因,网上下载字体库msyh.ttc,生成的时候指定字体库,就可以解决了,小bug一枚。注意有个bug,获取字库路径时,需要加个,0 PdfFont bfChinese = PdfFontFactory.createFont(path+"msyh.ttc,0", PdfEncodings.IDENTITY_H,true);
【文件预览】:
----mvnw.cmd(6KB)
----HELP.md(445B)
----mvnw(10KB)
----src()
--------test()
--------main()
----pdf.iml(7KB)
----target()
--------generated-test-sources()
--------generated-sources()
--------classes()
--------test-classes()
----.idea()
--------libraries()
--------misc.xml(451B)
--------thriftCompiler.xml(145B)
--------compiler.xml(633B)
--------workspace.xml(20KB)
--------.name(4B)
--------encodings.xml(177B)
--------modules.xml(253B)
----.mvn()
--------wrapper()
----pom.xml(2KB)
----.gitignore(395B)