Skip to content

Commit

Permalink
feat: add support for Avery L4732 labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kaueraal authored and margau committed Jan 26, 2025
1 parent 965ce62 commit 11c0d15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions paperless_asn_qr_codes/avery_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ class LabelInfo:
margin=(9 * mm, 13.5 * mm),
pagesize=A4,
),
"averyL4732": LabelInfo(
labels_horizontal=5,
labels_vertical=16,
label_size=(35.6 * mm, 16.9 * mm),
gutter_size=(2.5 * mm, 0),
margin=(11 * mm, 13.5 * mm),
pagesize=A4,
),
# 2.6 x 1 address labels
"avery5160": LabelInfo(
labels_horizontal=3,
Expand Down

0 comments on commit 11c0d15

Please sign in to comment.