# PDF エクスポート

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

訪問者によるPDFエクスポートを有効または無効にするには、あなたの [公開済みドキュメントサイト](https://github.com/GitbookIO/public-docs/blob/main/collaboration/broken-reference/README.md)のダッシュボードを開き、 **カスタマイズ** タブを開いて、 **設定 → ページアクション**へ移動します。そこから、 **PDFとしてエクスポート** をオンまたはオフに切り替えられます。

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

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

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

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

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

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

   <picture><source srcset="broken-reference" media="(prefers-color-scheme: dark)"><img src="https://4217681718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2F89MTSo5XRpPMVr1T0rxS%2Factions.svg?alt=media&#x26;token=2b5d001e-560a-4f29-8d22-de8163725ca1" alt="The Actions menu icon in GitBook"></picture>

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

#### スペース全体をエクスポートする

1. を開き[ アクションメニュー](https://gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/content-structure)&#x20;

   <picture><source srcset="broken-reference" media="(prefers-color-scheme: dark)"><img src="https://4217681718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2F89MTSo5XRpPMVr1T0rxS%2Factions.svg?alt=media&#x26;token=2b5d001e-560a-4f29-8d22-de8163725ca1" alt="The Actions menu icon in GitBook"></picture>

   &#x20;をページタイトルの横でクリックして、 **PDFとしてエクスポート > すべてのページ**を選択します。あるいは、スペースの **アクションメニュー**&#x20;

   <picture><source srcset="broken-reference" media="(prefers-color-scheme: dark)"><img src="https://4217681718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FPnnI41SqLSaKBNwT98fW%2Factions-horizontal.svg?alt=media&#x26;token=99754200-a354-4ffe-931e-aa6322ea7395" alt="The Actions menu icon in GitBook"></picture>

   &#x20;を [スペースヘッダー](https://gitbook.com/docs/documentation/ja-gitbook-documentation/rissu/gitbook-ui#space-header) を開き、 **PDFとしてエクスポート** をドロップダウンメニューで選択します。\
   \
   \&#xNAN;*注意：この操作は変更リクエスト内では利用できません。*
2. ページの読み込みが完了するまで待ってから、右上の **印刷またはPDFとして保存** ボタンをクリックして、ブラウザの印刷メニューを開きます。
3. ここから、通常のブラウザの手順を使ってページを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://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/pdf-export.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.
