How the Meesho Label Cropper Works
A Meesho order PDF page stacks the shipping label on top of a tax invoice. AnyTool renders each page locally with pdf.js and reads the page text to locate the "TAX INVOICE" heading; it then crops the page just above that line — a text-anchored cut that is far more accurate than the fixed top-percentage approach most tools use, and it adapts per page. The cropped label images are previewed live (with an adjustable crop line for any page that lacks the marker) and assembled with pdf-lib into a print-ready PDF — 4×6 inches per label for thermal printers, or two labels per A4 page — or exported as a ZIP of PNGs. Multiple PDFs can be processed at once into a single output. Everything runs in the browser; the order PDF and customer addresses are never uploaded.
- Runs client-side — order PDFs and addresses are never uploaded
- Text-anchored crop: detects the "TAX INVOICE" line per page (pdf.js)
- Live preview with an adjustable crop line
- Print-ready 4×6 thermal or A4 (2-up) PDF via pdf-lib
- Bulk: multiple PDFs and hundreds of labels at once
- ZIP and single-PNG export; no CDN, no backend
