Styled FROM / SHIP TO Labels on a Shared Sheet Engine
AnyTool’s Shipping Label Maker is the shipping member of the label family. Unlike the plain address-text sheet (the Mailing Label Generator), a shipping label is styled, so it reuses the shared engine’s cell geometry (labelPositions, PAGE_POINTS and the verified Avery 5163 2″ × 4″ layout) but draws each label with an inline per-label renderer rather than the engine’s generic text layout. Every label has a small FROM / return block in the top-left, a large bold SHIP TO destination that wraps to the label width (optionally boxed for prominence), a divider rule, an optional reference / order number, an optional Code 128 barcode of that reference, and an optional notes footer. The same per-label layout maths feed both a vector PDF assembled in the browser with pdf-lib and an SVG live preview, so the on-screen first page matches the printed output exactly.
- Reuses labelPositions / PAGE_POINTS and verified Avery 5163 2×4 geometry
- Inline per-label renderer: small FROM, big boxed SHIP TO, divider, reference, notes
- Optional Code 128 barcode of the reference, drawn from barcodeEngine.encode
- One geometry + one layout function feed both the pdf-lib PDF and the SVG preview
- Engines (labelSheetEngine, barcodeEngine) are reused read-only, never modified
