网上有很多解决Linux下PDF中文乱码的问题,这里总结一个最简单的解决方法。 1. 安装poppler-data
- sudo apt-get install poppler-data
2. 修改系统配置文件(/etc/fonts/conf.avail/49-sansserif.conf)
- <edit name="family" mode="append_last">
- <string>sans-serif</string>
- </edit>
- 修改为:
- <edit name="family" mode="append_last">
- <string>SimSun</string>
- </edit>
这里需要注意的是,确认你的机器上的宋体是SimSun,这可以通过命令fc-list :lang=zh来查看。
- 宋体,SimSun:style=Regular
经过上面两步后,基本可以解决绝大部分的乱码问题。使用 libvirt创建和管理KVM虚拟机Ubuntu 12.04 apt-get/wget/gem 使用代理安装软相关资讯 Evince Ubuntu使用教程
- Ubuntu下安装PDF阅读器Evince (04月06日)
- Ubuntu 11.04 环境指纹识别驱动的 (05/22/2014 09:57:26)
- Ubuntu 下disk清理保护 (05/01/2014 07:24:50)
| - Ubuntu使用教程:E: 无法获得锁 / (06/19/2014 17:15:12)
- Ubuntu使用教程 :让Trusty Tahr变 (05/07/2014 16:30:53)
- 怎样打开64位 Ubuntu 的32位支持功 (04/27/2014 17:15:36)
|
本文评论 查看全部评论 (0)