How the Flipkart Label Cropper Works
A Flipkart shipping label PDF downloaded from Seller Hub stacks the shipping label on top of a tax invoice on the same page. AnyTool renders each page locally with pdf.js and reads the page text to locate the "TAX INVOICE" heading (or "Bill of Supply" for composition sellers); it then crops the page just above that line — a text-anchored cut that is more accurate than the fixed top-percentage or naive half-split approach, and it adapts per page. The cropped label images are previewed live (with an adjustable crop line) 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, customer addresses and the invoice are never uploaded.
- Runs client-side — order PDFs, addresses and the invoice are never uploaded
- Text-anchored crop: detects the "TAX INVOICE" / "Bill of Supply" line per page
- 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
