diff --git a/README.md b/README.md index 1e7339a..c3c8aac 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,18 @@ 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)) +### Features + +- Generate up to 189 QR code labels in a batch +- Customize start number, prefix, and number formatting +- Adjustable layout options for precise printer alignment: + - Vertical Offset (mm): shifts the label grid up or down + - Horizontal Offset (mm): shifts the label grid left or right + - Label Height (mm): controls the vertical size of each label + - Content Scale (%): scales QR code and text inside each label + - Show Border: toggles visible borders to help with calibration +- Print-ready formatting for A4 label sheets + ### Limitations The application currently has the following limitations: diff --git a/index.html b/index.html index 2bfaea1..f638852 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,16 @@ by clicking the "Print Labels" button.
++ To fine-tune the label alignment for your specific printer or label sheet, you can adjust the following parameters: + Vertical Offset moves the entire label grid up or down on the page, while + Horizontal Offset shifts it left or right. + Label Height controls the height of each individual label, and + Content Scale resizes the text and QR code inside each label. + The Show Border option adds a visible border around each label, which can help with calibration and print alignment. + Use these settings to ensure the labels are printed accurately on your sheet. +
+One known limitation of this tool is that it only works on Google Chrome and possibly Firefox. @@ -153,6 +163,18 @@ class="block w-full rounded-lg border border-gray-300 bg-gray-50 p-2.5 text-sm text-gray-900 focus:border-blue-500 focus:ring-blue-500" /> +
++ The following parameters are useful for debugging or to calibrate the print out. +
+- This may be useful for debugging or to calibrate the print out. + Adjusts the vertical position of the entire label sheet on the page. Use this if the labels are printing too high or too low.
+ Adjusts the horizontal position of the entire label sheet on the page. Use this if the labels are printing too far to the left or right. +
++ Sets the height of each individual label in millimeters. Adjust this if the labels don't align vertically with the label sheet. +
++ Scales the entire content inside each label. Use this if the text or QR code is too large or too small. +
+