当前位置:网站首页>Confluence的PDF导出中文文档异常显示问题解决
Confluence的PDF导出中文文档异常显示问题解决
2022-07-02 22:59:00 【是在下了】

版本:
confluence 7.4.17
问题描述:
使用Conflunece导出文件,若文件中有中文,导出后会异常显示,无法观看。如下

解决方法:
1. 下载simhei.ttf字体;字体链接如下https://download.csdn.net/download/qq_33121481/85825420
2. 移步至站点管理->PDF导出语言支持
选择文件,然后上传安装

3. 至此导出中文的DPF就显示正常了,不过还可以对PDF的样式做进一步的调整
移步至站点管理->PDF格式样式,贴入如下样式。
@page
{
size: 210mm 297mm;
margin: 15mm;
}
body, p, li, td, table, tr, br, .bodytext, .stepfield {
word-wrap: normal;
}
.wiki-content div, .wiki-content p {
word-wrap: break-word;
line-height: 1.5;
}
h1 {
font-size: 50px;
}
div h2 {
font-size: 27px;
}
div h3 {
font-size: 24px;
}
div h4 {
font-size: 21px;
}
body * {
font-size: 16px;
}
table {
font-size: 12px;
width:100%;
max-width:100%;
}
body * {
line-height: 200%;
}边栏推荐
- Seckill system design
- 英文论文有具体的格式吗?
- 【OJ】两个数组的交集(set、哈希映射 ...)
- yolov5test. Py comment
- What is the standard format of a 2000-3000 word essay for college students' classroom homework?
- AcWing_ 188. Warrior cattle_ bfs
- leetcode 650. 2 keys keyboard with only two keys (medium)
- MFC gets the current time
- TypeError: Cannot read properties of undefined (reading ***)
- 布隆过滤器
猜你喜欢

Explain in detail the process of realizing Chinese text classification by CNN

maya渔屋建模

Mutual exclusion and synchronization of threads

Angled detection frame | calibrated depth feature for target detection (with implementation source code)

论文的英文文献在哪找(除了知网)?

Seckill system design

Additional: token; (don't read until you finish writing...)

Digital twin smart factory develops digital twin factory solutions

Where can I find the English literature of the thesis (except HowNet)?

How to apply for company email when registering in company email format?
随机推荐
Many to one, one to many processing
FRP reverse proxy +msf get shell
Digital twin visualization solution digital twin visualization 3D platform
How to set automatic reply for mailbox and enterprise mailbox?
Analyze ad654: Marketing Analytics
Maybe you read a fake Tianlong eight
MFC 获取当前时间
Go custom sort
布隆过滤器
Flexible combination of applications is a false proposition that has existed for 40 years
Digital collection trading website domestic digital collection trading platform
Pytorch里面多任务Loss是加起来还是分别backward?
洛谷_P1149 [NOIP2008 提高组] 火柴棒等式_枚举打表
[shutter] Introduction to the official example of shutter Gallery (project introduction | engineering construction)
Xcode real machine debugging
返回二叉树中最大的二叉搜索子树的根节点
Sysdig analysis container system call
Realization of mask recognition based on OpenCV
TypeError: Cannot read properties of undefined (reading ***)
Chapter 4 of getting started with MySQL: data types stored in data tables