How do I change the font sizes in PDF export?
目的
The following KB will covers on how to change the font size of both headers and content in a PDF Export.
ソリューション
Changing the format of PDF exports will require us to add our own HTML to customize.
グローバル PDF レイアウトを設定する
- Choose the cog icon , then choose General Configuration under Confluence Administration
- PDF レイアウトを選択します 。入力した HTML および CSS は、PDF タイトルページやページヘッダー、フッターにレンダリングされます。
スペースレベルで PDF レイアウトを設定する
- Go to the space and choose Space tools > Look and Feel from the bottom of the sidebar You'll need Space Admin permissions to do this.
- PDF レイアウトを選択します。
- 編集を選択します。
スペースでドキュメント用テーマを使用している場合:
- Choose Browse > Space Admin from the header
Note: The Space Admin option appears only if you have space admin permissions, or if you're part of the 'confluence-administrators' group.
- スペース管理オプションから PDF レイアウト を選択します。
- 編集を選択します。
Changing Headers Font Size
Add the following code in the PDF layout section:
.wiki-content h1
{ font-size: 50px; }
Please note that Confluence have a Demotion of heading elements which means that .wiki-content h1 is the element for Page Title, while .wiki-content h2 is the element for Header 1 and so forth. This information is quoted from this documentation: Customize Exports to PDF
Changing Content Font Size
Add the following code in the PDF layout section
body,p,li,td,table,tr,.bodytext,.stepfield
{ font-size: 8pt; }
Related Contents
Third Party plugin that offers PDF export customizations: