> 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 中自动生成条形码时，系统会创建一个 13 位数字，采用 **EAN-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> 选项。这将让你完全控制标签布局，包括添加图片、标志和自定义文本的能力。

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

#### **我可以将条形码标签保存为图片文件吗？**

不能直接保存。条形码标签只能保存为 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:

```
GET https://www.boxhero.io/docs/faq/zh/tiao-ma-biao-qian/she-ji-biao-qian.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.
