> 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/zh/tiao-ma-biao-qian/she-ji-biao-qian.md).

# 设计标签

***

#### **BoxHero 使用什么条形码格式？**

当你在 BoxHero 中自动生成条形码时，系统会在 **EAN-13 格式**中创建一个 13 位数字。在设计标签时，你可以选择其他条形码格式。如果你不选择，默认使用 Code128，因为它具有广泛的兼容性。

<figure><img src="/files/e76dee37ac7b414b561a57877ff8ebcf2f69180d" alt=""><figcaption></figcaption></figure>

#### **支持哪些条形码类型（1D、2D、QR）？**

BoxHero 同时支持 1D 条形码和 2D 条形码。

* 对于 **1D**，支持的格式包括 Code128、Code39、Code93、EAN-13、ITF 和 STF。
* 对于 **2D**，BoxHero 支持 QR 码和 Data Matrix 码。

#### **我可以自定义标签尺寸或布局吗？**

可以。BoxHero 提供两种创建标签的方式：你可以从适用于常见标签纸和热敏卷的预设模板中选择，或者使用自定义设计，从零开始创建标签，并对布局、尺寸和位置进行完全控制。

如果模板中没有列出你的标签尺寸，你可以手动输入自定义尺寸。

#### **我可以在条形码标签上添加图片或徽标吗？**

可以。使用 <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/zh/tiao-ma-biao-qian/she-ji-biao-qian.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.
