> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/administrator-functions/management-of-form-and-inputdocument/inputdocument-management/manager-thumbnail-setting.md).

# サーバーで帳票作成時のサムネイル画質向上設定

## **機能概要**

以下によって作成される帳票のサムネイルの画質を向上させる機能です。

**i-Repo Manager**

* 自動帳票作成(サムネイル更新がONの場合のみ)
* 帳票コピー
* シート編集(シートの1ページ目を編集した場合のみ)
* バインダーマッピング

**API**

* 自動帳票作成API(サムネイル更新がONの場合のみ)
* 帳票更新API
* 帳票コピーAPI

## **設定方法**

i-Repo Managerの「システム管理」 ＞ 「共通マスター管理」メニューにて設定します。

* 共通キー：　　　“PDF\_SETTING”
* 共通項目名称：　“THUMBNAIL\_PIXEL”
* 共通項目値：　　サムネイルの長辺のピクセル値を指定

<div align="left"><figure><img src="/files/wQQOByP14WlFU30AZnQS" alt=""><figcaption></figcaption></figure></div>

「共通項目値」にて、サムネイルの長辺のピクセル値を指定します。&#x20;

設定可能範囲：350(px) ～ 1000(px)&#x20;

範囲外の値を設定した場合350(px)となります。

<div align="left"><figure><img src="/files/E7IP7yuKGpGeaPWj9Xtc" alt=""><figcaption></figcaption></figure></div>

## **注意点**

サムネイル画像の解像度を大きくすると、帳票の容量が大きくなります。\
帳票がサムネイル画質向上の対象となるのは、設定変更後に作成された帳票です。


---

# 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://manuals.i-reporter.jp/administrator-functions/management-of-form-and-inputdocument/inputdocument-management/manager-thumbnail-setting.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.
