> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ja/bkdoraberu/raberunodezain.md).

# ラベルのデザイン

***

#### **BoxHeroではどのバーコード形式を使用していますか？**

BoxHeroでバーコードを自動生成すると、システムは13桁の番号を **EAN-13形式で**。ラベルをデザインするときは、別のバーコード形式を選択できます。何も選択しない場合は、互換性が広いため、既定でCode128が使用されます。

<figure><img src="/files/5d94b1dda3d9b8f7de02c32656334d32c798b241" alt=""><figcaption></figcaption></figure>

#### **どのバーコード種類（1D、2D、QR）に対応していますか？**

BoxHeroは1Dバーコードと2Dバーコードの両方に対応しています。

* 〜の場合は **1D**、対応形式にはCode128、Code39、Code93、EAN-13、ITF、STFが含まれます。
* 〜の場合は **2D**、BoxHeroはQRコードとData Matrixコードに対応しています。

#### **ラベルのサイズやレイアウトをカスタマイズできますか？**

はい。BoxHeroにはラベルを作成する2つの方法があります。一般的なラベルシートや感熱ロール用のあらかじめ用意されたテンプレートから選ぶか、レイアウト、サイズ、配置を自由に設定できるカスタムデザインで一からラベルを作成できます。

テンプレートにラベルサイズがない場合は、カスタム寸法を手動で入力できます。

#### **バーコードラベルに画像やロゴを追加できますか？**

はい。以下を <mark style="color:$primary;">`カスタムデザインを作成`</mark> オプションを使用してください。バーコードラベルを印刷するときにこれを使うと、画像、ロゴ、カスタムテキストの追加を含め、ラベルのレイアウトを完全に制御できます。

{% hint style="success" %}
**ワンポイント：** 各アイテムの保存済み写真に画像要素をリンクすることもできます。以下を選択してください。 `+ 変数を追加` > `アイテム写真` すると、ラベルテンプレートが対応する写真を自動で取得します。
{% endhint %}

#### **バーコードラベルを画像ファイルとして保存できますか？**

直接はできません。バーコードラベルはPDFとしてのみ保存できます。ダウンロードするには、以下をクリックしてください。 <mark style="color:$primary;">`印刷`</mark> を選択し <mark style="color:$primary;">`PDFとして保存`</mark>.


---

# 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://www.boxhero.io/docs/faq/ja/bkdoraberu/raberunodezain.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.
