# PDF 및 인쇄

### 지원되는 내보내기 형식

| 파일 유형   | 파일 확장자 |
| ------- | ------ |
| Soulver | slvr   |
| 일반 텍스트  | txt    |
| CSV     | csv    |
| PDF     | pdf    |
| HTML    | html   |

Mac 버전에서는 `File` > `Export` > `(원하는 형식 선택)`으로 이동하여 내보낼 수 있습니다.

또는 `File` > `Export`를 사용하여 내보내기 형식을 사용자 지정할 수 있습니다.

### HTML 및 PDF 출력 사용자 지정

HTML 및 PDF 파일과 인쇄된 문서는 설정의 시각적 옵션(구문 강조 색상, 글꼴 크기 등)을 사용합니다.

필요에 따라 인쇄되거나 내보내기된 문서를 추가로 사용자 지정할 수 있습니다. 이는 **내보내기 시트**(`File` > `Export`)에서 수행할 수 있습니다.

이 시트에서는 글꼴, 글꼴 크기, 구문 강조 색상, 그리고 줄 번호 및 전체 줄 표시 여부를 내보내기 전에 지정할 수 있습니다. 주석(‘//’ 뒤의 텍스트)과 제목 표시(#)를 인쇄/내보내기 출력에서 숨길 수 있는 옵션이 있습니다.

### iPad 및 iPhone에서 빠른 PDF 내보내기

스크린샷을 찍고 "전체 페이지"를 선택하여 시트의 PDF를 빠르게 생성하세요.


---

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