> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/pdf-export.md).

# PDF エクスポート

### 読者が公開済みコンテンツの PDF 版をエクスポートできるようにする

{% hint style="info" %}
この機能は～で利用できます [プレミアムおよびアルティメットのサイトプラン](https://www.gitbook.com/pricing).
{% endhint %}

訪問者に対する PDF エクスポートを有効または無効にするには、 [公開済みの docs サイトで](/docs/documentation/ja-gitbook-documentation/docs-site/publish-a-docs-site.md)、 **カスタマイズ**、の **ツール** をサイトのサイドバーで開き、 **［Configure → Page actions］へ移動します**。そこから、 **PDF としてエクスポート** のオン/オフを切り替えられます。

この設定によって、 **公開済みコンテンツの読者が PDF 形式でダウンロードできるかどうかが**。この機能は、 **Premium サイトおよび Ultimate サイトでのみ利用できます**.

### 自分の内部コンテンツを PDF としてエクスポートする

公開済みの docs サイトをどのように設定するかにかかわらず、Pro または Enterprise の組織に所属するログイン済みメンバーは、内部ナレッジベースからページ 1 つ、またはセクション全体を PDF ファイルとしてエクスポートできます。

{% hint style="warning" %}
内部コンテンツを PDF にエクスポートする場合、セクション間のリンクは現在サポートされていないことに注意してください。
{% endhint %}

#### 個別のページをエクスポートする

1. エクスポートしたいページを開き、次にページの [アクションメニュー](/docs/documentation/ja-gitbook-documentation/rissu/gitbook-ui.md#the-actions-menu)

   <picture><source srcset="/files/7357cbc20caed26a09fecd954050d03fafe931e0" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="GitBook のアクションメニューアイコン"></picture>

   をページタイトルの横で開きます。
2. 選択 **PDF にエクスポート > 現在のページ**.
3. ページが読み込まれるのを待ち、次に **印刷または PDF として保存** ボタンを右上でクリックして、ブラウザの印刷メニューを開きます。
4. ここから、通常のブラウザの手順でページを PDF として保存したり、PDF ビューアーで開いたりできます。

#### セクション全体をエクスポートする

1. を開き、[ アクションメニュー](/docs/documentation/ja-gitbook-documentation/creating-content/content-structure.md)

   <picture><source srcset="/files/7357cbc20caed26a09fecd954050d03fafe931e0" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="GitBook のアクションメニューアイコン"></picture>

   をページタイトルの横で開き、 **PDF にエクスポート > すべてのページ**。別の方法として、セクションの **アクションメニュー**

   <picture><source srcset="/files/7921b1bb0176532ba35c07b00cf26d44d75ad9c3" media="(prefers-color-scheme: dark)"><img src="/files/fd3eb2aee07f495b1836c7d8e6ac4e9cb930d4e1" alt="GitBook のアクションメニューアイコン"></picture>

   アクションメニューアイコン [セクションヘッダー](/docs/documentation/ja-gitbook-documentation/rissu/gitbook-ui.md#space-header) で開き、 **PDF としてエクスポート** ドロップダウンメニューで選択します。\
   \
   \&#xNAN;*注意: この操作は変更リクエスト内では利用できません。*
2. ページが読み込まれるのを待ち、次に **印刷または PDF として保存** ボタンを右上でクリックして、ブラウザの印刷メニューを開きます。
3. ここから、通常のブラウザの手順でページを PDF として保存したり、PDF ビューアーで開いたりできます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/pdf-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
