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 レイアウトを設定する

  1. Choose the cog icon , then choose General Configuration under Confluence Administration
  2. PDF レイアウトを選択します 。入力した HTML および CSS は、PDF タイトルページやページヘッダー、フッターにレンダリングされます。

スペースレベルで PDF レイアウトを設定する

  1. 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. 
  2. PDF レイアウトを選択します。
  3. 編集を選択します。

スペースでドキュメント用テーマを使用している場合:

  1. 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.

  2. スペース管理オプションから PDF レイアウト を選択します。
  3. 編集を選択します。

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:

 

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.