> 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/th/barcode-labels/designing-labels.md).

# การออกแบบฉลาก

***

#### **BoxHero ใช้รูปแบบบาร์โค้ดอะไร?**

เมื่อคุณสร้างบาร์โค้ดอัตโนมัติใน BoxHero ระบบจะสร้างหมายเลข 13 หลักใน **รูปแบบ EAN-13**. เมื่อออกแบบฉลาก คุณสามารถเลือกรูปแบบบาร์โค้ดอื่นได้ หากคุณไม่เลือกรูปแบบใด ระบบจะใช้ Code128 เป็นค่าเริ่มต้น เพราะรองรับการใช้งานได้กว้าง

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

#### **รองรับบาร์โค้ดประเภทใดบ้าง (1D, 2D, QR)?**

BoxHero รองรับทั้งบาร์โค้ด 1 มิติและบาร์โค้ด 2 มิติ

* สำหรับ **1 มิติ**, รูปแบบที่รองรับได้แก่ Code128, Code39, Code93, EAN-13, ITF และ STF.
* สำหรับ **2 มิติ**, BoxHero รองรับคิวอาร์โค้ดและโค้ด 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/th/barcode-labels/designing-labels.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.
