feat: add agipa118990 page format
This commit is contained in:
parent
aafb64ce51
commit
d7af8e0b2d
2 changed files with 8 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/cnpq7gggc6ch7hvqy5xrnra8rz8ch8i2-source
|
|
||||||
|
|
@ -30,6 +30,14 @@ class LabelInfo:
|
||||||
|
|
||||||
|
|
||||||
labelInfo: dict[str, LabelInfo] = {
|
labelInfo: dict[str, LabelInfo] = {
|
||||||
|
"agipa118990": LabelInfo(
|
||||||
|
labels_horizontal=5,
|
||||||
|
labels_vertical=13,
|
||||||
|
label_size=(38 * mm, 21.2 * mm),
|
||||||
|
gutter_size=(0 * mm, 0 * mm),
|
||||||
|
margin=(10 * mm, 10 * mm),
|
||||||
|
pagesize=A4,
|
||||||
|
),
|
||||||
"averyL4731": LabelInfo(
|
"averyL4731": LabelInfo(
|
||||||
labels_horizontal=7,
|
labels_horizontal=7,
|
||||||
labels_vertical=27,
|
labels_vertical=27,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue