You can create a title or cover page to your PDF document using HTML. Use the 'PDF Space Export Title Page' section of the PDF layout to do this. The following example uses HTML with an inline CSS rule to generate a title page.

<div class="fsTitlePage" style="margin-left:auto;margin-top:75mm;margin-right:auto;">
<img src="/download/attachments/12345/titlepage.png"/>
</div>

In the example above, the title page includes an image called 'titlepage.png', centred in the middle of the page. The image is attached to a Confluence page and is referenced via its relative URL (that is, we use only the last part of the URL, excluding the Confluence site's base URL).

Follow these instructions to include an image on your PDF title page:

  1. 画像を Confluence ページに添付します。
  2. そのページの添付ファイルのリストが表示されます。
  3. 画像を右クリックし、その保存場所をコピーします。
  4. 上記の通り、PDF スタイルシート内の適切な src="" 属性にリンクを貼り付けます。
  5. /download/... の前の、URL の最初の部分を削除します。
  • ラベルなし