-
Notifications
You must be signed in to change notification settings - Fork 0
T3 Labels : Label Templates
Matt Frisbie edited this page Jul 28, 2025
·
1 revision
A template defines the overall layout and physical structure of the label, including its dimensions, margins, padding, and page arrangement such as rows, columns, and spacing.
- Dimensions (height, width)
- Margins
- Padding
- Page arrangement (not applicable to thermal labels)
- Rows
- Columns
- Gaps
- Page margins
- Row/column spacing
Note: All template measurements are defined in inches.
Here is an example template for a 3"x1" thermal label, with 1/8" margins:
{
"labelHeightIn": 1,
"labelPaddingXIn": 0.125,
"labelPaddingYIn": 0.125,
"labelWidthIn": 3,
"numColumns": 1,
"numRows": 1,
"pageMarginLeftIn": 0,
"pageMarginTopIn": 0,
"pagesizeXIn": 3,
"pagesizeYIn": 1,
"xGapIn": 0,
"yGapIn": 0
}Note: printable area border drawn as a visual aid
3x1 thermal label template
Here is an example template for an 8.5"x11" sheet of Avery 8160 labels (3 columns and 10 rows, 30 total), with 1/16" margins:
{
"labelHeightIn": 1,
"labelPaddingXIn": 0.0625,
"labelPaddingYIn": 0.0625,
"labelWidthIn": 2.625,
"numColumns": 3,
"numRows": 10,
"pageMarginLeftIn": 0.1875,
"pageMarginTopIn": 0.5,
"pagesizeXIn": 8.5,
"pagesizeYIn": 11,
"xGapIn": 0.125,
"yGapIn": 0
}Note: printable area borders drawn as a visual aid
Avery 8160 label template
- Learn how to create label layouts
- Start your free 30-day T3+ trial
Created by Matt Frisbie
Contact: matt@trackandtracetools
Copyright © 2025 Track & Trace Tools. All rights reserved.
- Home
- FAQ
- Metrc
- T3 Chrome Extension
- T3 API
- OpenTag
- T3 API : Python Utils
- T3 Labels : Label Templates
- T3 Chrome Extension : Exports
- T3 Chrome Extension : Scan Sheets
- T3 Labels : Tutorial
- RFID
- T3 Chrome Extension : CSV Form Fill
- T3 Labels : Label Layouts
- T3+
- T3 API : Setting Up Python
- T3 Chrome Extension : T3+ Features
- T3 Labels : Printing Label PDFs
- T3 API : API Scripts
- T3 Chrome Extension : Label Studio
- T3 Chrome Extension : Primary Features
- T3 Chrome Extension : Getting Started
- T3 Labels
- T3 Labels : Generating Label PDFs
- T3 API : Reports and Spreadsheet Sync
- T3 API : Getting Started
- T3 Labels : Getting Started