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

<figure><img src="/files/xPFu0Yzr7Y6hQ006UmZp" alt=""><figcaption><p>Adding a name</p></figcaption></figure>

## Font settings in case of PDF export <a href="#advancedsettings-fontsettingsincaseofpdfexport" id="advancedsettings-fontsettingsincaseofpdfexport"></a>

### **Custom fonts**

Any previously uploaded font can be selected. Read more about it in [PDF Custom Fonts](/content-exporter-confluence/user-guides/before-exporting/pdf-custom-fonts.md).

<figure><img src="/files/BbLqu0kiWoa4YEjFb8sX" alt=""><figcaption></figcaption></figure>

### **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.

{% hint style="warning" %}
**Important**: The CSS name field is necessary.
{% endhint %}

<figure><img src="/files/SMsEoKLdCueniMv3UTIp" alt=""><figcaption></figcaption></figure>

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:

```css
h1 {
  font-family: customfont1;
}
```

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

{% hint style="info" %}
**Note**: If exporting multiple pages is chosen, each confluence page starts on a new page.
{% endhint %}

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

<figure><img src="/files/B09O9KfHey6Sq1KOd7nW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meta-inf.hu/content-exporter-confluence/user-guides/before-exporting/export-profiles/general-formatting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
