当前位置:网站首页>Solution to the problem of abnormal display of PDF exported Chinese documents of confluence
Solution to the problem of abnormal display of PDF exported Chinese documents of confluence
2022-07-03 00:24:00 【It's me】

edition :
confluence 7.4.17
Problem description :
Use Conflunece export file , If there is Chinese in the document , After export, it will display abnormally , Can't watch . as follows

resolvent :
1. download simhei.ttf typeface ; The font link is as follows https://download.csdn.net/download/qq_33121481/85825420
2. Move to site management ->PDF Export language support
Select File , Then upload and install

3. So far, export Chinese DPF It's normal , But it's ok PDF Make further adjustments to the style of
Move to site management ->PDF Format styles , Paste in the following style .
@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%;
}边栏推荐
- Multiprocess programming (I): basic concepts
- pageoffice-之bug修改之旅
- Interface difference test - diffy tool
- Improvement of RTP receiving and sending PS stream tool (II)
- 1380. Lucky numbers in the matrix
- pod生命周期详解
- Custom throttling function six steps to deal with complex requirements
- Analyze ad654: Marketing Analytics
- Redis21 classic interview questions, extreme pull interviewer
- Blue decides red - burst CS teamserver password
猜你喜欢

How QT exports data to PDF files (qpdfwriter User Guide)

Bigder: how to deal with the bugs found in the 32/100 test if they are not bugs

JS interviewer wants to know how much you understand call, apply, bind no regrets series

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

可下载《2022年中国数字化办公市场研究报告》详解1768亿元市场

Markdown使用教程

Cmake basic use

Many to one, one to many processing

Seckill system design

Create an interactive experience of popular games, and learn about the real-time voice of paileyun unity
随机推荐
Array de duplication
[Chongqing Guangdong education] audio visual language reference materials of Xinyang Normal University
[MCU project training] eight way answering machine
Thinkadmin V6 arbitrary file read vulnerability (cve-2020-25540)
在线预览Word文档
Understanding and application of least square method
JS interviewer wants to know how much you understand call, apply, bind no regrets series
Chapter 4 of getting started with MySQL: data types stored in data tables
How do educators find foreign language references?
TypeError: Cannot read properties of undefined (reading ***)
Graduation summary
NC24840 [USACO 2009 Mar S]Look Up
Several methods of the minimum value in the maximum value of group query
Chinatelecom has maintained a strong momentum in the mobile phone user market, but China Mobile has opened a new track
Open Source | Wenxin Big Model Ernie Tiny Lightweight Technology, Accurate and Fast, full Open Effect
Blue decides red - burst CS teamserver password
洛谷_P1149 [NOIP2008 提高组] 火柴棒等式_枚举打表
Redis21 classic interview questions, extreme pull interviewer
AcWing_ 188. Warrior cattle_ bfs
helm 基础学习