# PDF e Stampa

### Formati di esportazione supportati

| Tipo di file   | Estensione file |
| -------------- | --------------- |
| Soulver        | slvr            |
| Testo semplice | txt             |
| CSV            | csv             |
| PDF            | pdf             |
| HTML           | html            |

Nella versione Mac, per esportare vai in `File` > `Esporta` > `(Scegli il formato desiderato)`

Oppure personalizza la formattazione dell'esportazione da `File` > `Esporta`

### Personalizzare l'output HTML e PDF

I file HTML e PDF, e i documenti stampati, useranno le opzioni visive delle tue impostazioni (colorazione della sintassi, dimensione del font, ecc.).

Potresti pero' voler personalizzare ulteriormente il documento stampato o esportato. Questo si puo' fare dal **Foglio di esportazione** (`File` > `Esporta`).

Questo foglio ti permette di specificare font, dimensione del font, colorazione della sintassi e se numeri di riga e totale devono essere visibili prima dell'esportazione. C'e' anche un'opzione per nascondere i commenti (testo dopo '//') e gli indicatori di intestazione (#) nell'output stampato/esportato.

### Esportazione rapida in PDF su iPad e iPhone

Fai uno screenshot e scegli "Pagina intera" per creare rapidamente un PDF del tuo foglio.


---

# 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://documentation.soulver.app/it/documentation/exporting/sharing-and-printing.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.
