红联Linux门户
Linux帮助

解决Ubuntu中Document Viewer看中文PDF问题

发布时间:2016-01-24 15:11:27来源:linux网站作者:NoahX

1、问题

解决Ubuntu中Document Viewer看中文PDF问题

Ubuntu或Mint(我用的就是)下用Document Viewer需要打开中文PDF(无内嵌字体)的中文无法正常显示。


2、解决

Ubuntu的Document Viewer的用是Evince。看PDF用的是poppler库。

安装poppler-data来提供对CJK语言的支持,问题解决。

sudo apt-get install poppler-data


本文永久更新地址:http://www.linuxdiyf.com/linux/17632.html