当前位置:网站首页>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%;
}
边栏推荐
- kubernetes编写yml简单入门
- pod生命周期详解
- Maya fishing house modeling
- Multi process programming (III): message queue
- How to write the design scheme of the thesis?
- [shutter] shutter photo wall (center component | wrap component | clickrrect component | stack component | positioned component | button combination component)
- AcWing_188. 武士风度的牛_bfs
- TypeError: Cannot read properties of undefined (reading ***)
- Is there a specific format for English papers?
- 百数不断创新,打造自由的低代码办公工具
猜你喜欢
Which software can translate an English paper in its entirety?
Install docker and use docker to install MySQL
Chinatelecom has maintained a strong momentum in the mobile phone user market, but China Mobile has opened a new track
maya渔屋建模
Mutual exclusion and synchronization of threads
Redis21 classic interview questions, extreme pull interviewer
Monitor container runtime tool Falco
洛谷_P1149 [NOIP2008 提高组] 火柴棒等式_枚举打表
UART、RS232、RS485、I2C和SPI的介绍
Basic 10 of C language: array and pointer
随机推荐
Seckill system design
Cmake basic use
AcWing_188. 武士风度的牛_bfs
The privatization deployment of SaaS services is the most efficient | cloud efficiency engineer points north
MATLAB signal processing [Q & a notes-1]
Chapter 4 of getting started with MySQL: data types stored in data tables
Feature Engineering: summary of common feature transformation methods
Architecture: database architecture design
Nc20806 District interval
Shell脚本基本使用
MySQL 23道经典面试吊打面试官
NC24840 [USACO 2009 Mar S]Look Up
v8
LeedCode1480.一维数组的动态和
毕业总结
MySQL advanced learning notes (III)
redis21道经典面试题,极限拉扯面试官
Angled detection frame | calibrated depth feature for target detection (with implementation source code)
Bigder:32/100 测试发现的bug开发认为不是bug怎么处理
How to specify const array in the global scope of rust- How to specify const array in global scope in Rust?