This repository contains the PDF template for IKEA TJOG labels, and the Go code to generate the PDF files.
IKEA TJOG is a paperboard storage box / magazine file.
The labels are 51mmx44mm, supposed to be folded in two and inserted in the metallic table holder. The IKEA assembly instructions contains one label that could be cut out. However sometimes you need to replace the labels, and hence this repository.
You can generate the labels with the go code, or use PDF files tjog_labels_A4.pdf or tjog_labels_Letter.pdf directly.
You can add inscriptions to the labels by annotating the file in any PDF viewer software (use the top half of each label, above the fold line).
When printing the resulting files make sure to select 100% scale (fit to page may not work well even when printing to the same page size).
- Download either tjog_labels_A4.pdf or tjog_labels_Letter.pdf
- Cut out the labels (black lines indicate cutting lines, gray lines indicate folding)
- Fold along the gray lines
- Insert into the metallic label holder
See IKEA TJOG Assembly Instructions page 4 for more details.
To generate the labels yourself, run:
go run main.go
Pre-generated PDF files are already committed to this repository for convenience.
This project is licensed under the MIT License - see the LICENSE file for details.