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