Page cover image

General formatting

Creating a new export profile or editing an already existing one is done in the Export Profile editor, where you can specify the formatting settings that belong to the given profile.

1. Give the export profile a name.

Adding a name

Font settings in case of PDF export

Custom fonts

Any previously uploaded font can be selected. Read more about it in PDF Custom Fonts.

Adding additional fonts

Multiple custom fonts to the PDF export can be added, and used to customize the output of the PDF export. Follow the steps below to add an additional font to your export:

1. Add the font to your custom fonts list.

2. Create or add a new connection to a custom font in a custom stylesheet, where font-family must be the CSS name given at uploading:

h1 {
  font-family: customfont1;
}

3. Start a new PDF export and set up the following: a. Select a custom stylesheet. b. Make sure the additional font is added to the profile c. Export.

Note: If exporting multiple pages is chosen, each confluence page starts on a new page.

Table formatting

If you are exporting content with a big table that does not fit on the page, you may have some influence on how tables are generated.

  • Automatically decreasing font size can be enabled. By enabling this option the font size will be resized to smaller if the table content is too long.

  • Word breaking can be forced to break the words at any two characters.

Last updated

Was this helpful?