I am using this application to print shipping labels for the major Ukrainian logistics service "Nova Poshta" (Нова Пошта). Their documents require a specific label size: 101mm (width) x 101.5mm (height), usually with a 2mm gap.
Currently, the closest built-in size is 100x150mm or smaller formats, which causes the shipping label to scale incorrectly, blurring or cutting off the essential parts of the barcode.
It would be amazing if you could officially add this preset to the module. I have already calculated the exact mathematically correct values and CUPS codes for this size.
In the LABEL_SIZES dictionary, please add:
"101 × 101.5 мм : (101, 101.5),
In the SIZE_TO_CUPS_CODE dictionary, please add:
(101, 101.5): "w286h288",
This 101x101.5mm format is a standard for millions of daily shipments in Ukraine. Adding it natively will help many users who rely on your tool for e-commerce and logistics.
Thank you so much for maintaining this project!
I am using this application to print shipping labels for the major Ukrainian logistics service "Nova Poshta" (Нова Пошта). Their documents require a specific label size: 101mm (width) x 101.5mm (height), usually with a 2mm gap.
Currently, the closest built-in size is 100x150mm or smaller formats, which causes the shipping label to scale incorrectly, blurring or cutting off the essential parts of the barcode.
It would be amazing if you could officially add this preset to the module. I have already calculated the exact mathematically correct values and CUPS codes for this size.
In the
LABEL_SIZESdictionary, please add:In the
SIZE_TO_CUPS_CODEdictionary, please add:This 101x101.5mm format is a standard for millions of daily shipments in Ukraine. Adding it natively will help many users who rely on your tool for e-commerce and logistics.
Thank you so much for maintaining this project!