# PDF & Printing

### Supported Export Formats

| File Type  | File Extension |
| ---------- | -------------- |
| Soulver    | slvr           |
| Plain text | txt            |
| CSV        | csv            |
| PDF        | pdf            |
| HTML       | html           |

In the Mac version, to export, go `File` > `Export` > `(Choose your desired format)`

Or customize the export formatting using `File` > `Export`

### Customizing HTML & PDF output

HTML & PDF files and printed documents will use the visual options from your settings (syntax coloring, font size, etc).

However you may wish to customize the printed or exported document further. This can be done from the **Export Sheet (**`File` > `Export`).

This sheet lets you specify font, font size, syntax coloring, and whether line numbers & the total are visible before exporting. There is an option to hide comments (text following '//') and heading indicators (#) from the printed/exported output.

### Quick PDF Export on iPad & iPhone

Take a screenshot and choose "Full Page" to quickly create a PDF of your sheet.


---

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