Added support for Avery 3666 labels

This commit is contained in:
jfrcom 2024-05-16 22:15:39 +02:00
parent d18719cc26
commit 0d7428da0b
2 changed files with 78 additions and 9 deletions

View file

@ -16,6 +16,7 @@ Users are encouraged to validate the output, especially the positioning of the l
The application currently supports the following label formats:
- Avery L4731REV-25 (See [UK shop](https://www.avery.co.uk/product/mini-multipurpose-labels-l4731rev-25), [DE shop](https://www.avery-zweckform.com/produkt/universal-etiketten-l4731rev-25))
- Avery 3666 (See [UK shop](https://www.avery.co.uk/product/multipurpose-labels-3666-3666), [DE shop](https://www.avery-zweckform.com/produkt/universal-etiketten-3666))
### Limitations
@ -23,7 +24,7 @@ The application currently has the following limitations:
- The application is currently only available in English.
This is considered a non-issue, as the application is designed to be self-explanatory.
- The application currently only supports the Avery L4731REV-25 label format.
- The application currently only supports the Avery L4731REV-25 and Avery 3666 label format.
Contributions for additional label formats are welcome.
- The application only supports Google Chrome and Chromium-based browsers, such as Microsoft Edge. And partially Firefox.
This limitation is due to the use of the [CSS `@page` rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for printing.