> 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/gong-kai/pdf-export.md).

# PDF エクスポート

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

訪問者向けのPDFエクスポートを有効または無効にするには、あなたの [公開済みドキュメントサイトで](/docs/documentation/ja-gitbook-documentation/gong-kai/publish-a-docs-site.md)、 **カスタマイズ**の下の **ツール** サイトのサイドバーで開き、 **設定 → ページアクション**に移動します。そこから、 **PDFとしてエクスポート** をオンまたはオフにできます。

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

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

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

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

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

1. エクスポートしたいページを開き、次にそのページの [アクションメニュー](/docs/documentation/ja-gitbook-documentation/rifarensu/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/kontentsuwo/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/rifarensu/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/gong-kai/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.
