Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 web java 应用程序中将 .odt 文件转换为 .pdf。我有一个保加利亚语(西里尔文)的 .odt 文件,它可以在我的本地机器上成功转换。但是,在云服务器上,所有西里尔字母都被跳过,只保留拉丁符号和数字。可能是什么问题呢 ?
好像服务器没有一些字体。所以,试着用字体安装相应的包。例如对于 Ubuntu,这通常是:urw-fonts、ttf-mscorefonts 等。