Skip to content
SellersPlaza

How to crop a Meesho shipping label for a 4x6 thermal printer (2026)

Updated 7 min readSellersPlaza

A step-by-step 2026 guide to cropping Meesho Supplier Panel label PDFs down to the shipping label, printing them at true 4x6 on a thermal printer, and fixing the settings that cause blurry barcodes.

If you dispatch Meesho orders, you have met the problem: the Supplier Panel gives you an A4 PDF where every page carries a shipping label on the top half and a tax invoice underneath, and your thermal printer wants a 4x6 label. Print the file as it comes and you either waste a full sheet per order or watch the printer shrink the whole page onto a 4-inch roll until the barcode stops scanning. This guide walks through the fix end to end, including the print settings that quietly ruin labels even after a correct crop.

Why the raw Meesho PDF prints badly

An A4 page is 210 mm wide. A standard thermal label roll is 100 mm wide. When you send an A4 page to a 4x6 printer, the driver has to reconcile that difference, and its default answer is to scale the page down to fit the paper - roughly 48% of the original width. Everything on the page shrinks by the same factor, including the barcode.

Barcodes are unusually sensitive to that. A Code 128 barcode encodes data in the relative widths of bars and spaces, and thermal printing at 203 dpi already rounds those widths to whole dots. Shrink the barcode by half and the narrow bars land on one or two dots each, printing thicker or thinner than intended as the rounding falls. The result is the familiar scene at pickup: the rider scans, nothing happens, scans again from a different angle, and eventually types the AWB by hand or leaves the parcel behind as a pickup failure.

Cropping first removes the scaling step entirely. A label region that is roughly 100 mm wide, printed onto 100 mm paper at 100% scale, prints at the size it was designed for.

Step 1: Download the label PDF from the Supplier Panel

  1. Open the Meesho Supplier Panel and go to Orders.
  2. Filter to your pending or ready-to-ship orders and select the batch you are dispatching now.
  3. Download the shipping labels. You will get a single PDF containing one page per order.
  4. Save it somewhere you can find again - you will want the original later for the invoices.

Step 2: Crop to the label

Open the PDF in a label cropper - our Meesho label crop tool does this in the browser, so the file with your customers’ names, phone numbers and addresses is never uploaded anywhere. You will see a preview of page 1 with a crop box already positioned over the top half, which is where the Meesho label sits on a standard layout.

  1. Check the preview. The barcode, order ID, courier name and full delivery address should be inside the box.
  2. If a long address pushed the layout down, drag the bottom edge of the box until everything is included. This is the single most common adjustment.
  3. Leave "Apply this crop to all pages" switched on so the whole batch is cropped identically.
  4. Choose your output: "4x6 thermal" for a label printer, or "4-in-1 A4" if you print on a normal home printer.
  5. Click Crop & Download.

You get back a PDF containing only shipping labels. The invoice section is gone, and because the crop is a vector operation - the page frame is rewritten rather than the page re-rendered into an image - the barcode is bit-for-bit the artwork Meesho generated.

Step 3: The print settings that actually matter

A correct crop still prints badly with the wrong dialog settings. This is where most "the crop did not help" complaints come from. In your print dialog:

SettingUse thisWhy
Paper size4 x 6 in / 100 x 150 mmMust match the roll actually loaded, or the driver rescales again.
Scale100% or "Actual size""Fit to page" and "Shrink oversized pages" are what compress barcodes.
MarginsNone / 0Thermal printers print edge to edge; margins push content off the label.
OrientationPortraitA 4x6 label is portrait. Landscape rotates and triggers a rescale.
Print quality203 dpi (or your printer’s native)Non-native dpi resamples the barcode.
Settings for a typical 203 dpi direct-thermal label printer.

On Windows, also open the printer’s own properties and confirm the stock size there matches the roll - the driver page size overrides the application in a surprising number of setups. On Android, print from a PDF viewer that exposes paper size rather than sharing the file straight into the printer app, which often defaults to A4.

Checking a label before you print 200 of them

  • Print exactly one label first. Every batch, not just the first time.
  • Scan it with a phone barcode app. If your phone reads it cleanly at arm’s length, the pickup scanner will.
  • Hold it up: bars should be crisp black with clean white gaps, not grey or smeared. Grey usually means the darkness setting is too low or the roll is loaded with the thermal side facing away.
  • Confirm the address block is complete, including the PIN code and the last line. This is what a bad crop clips.

Common problems and their causes

The barcode prints but will not scan

Almost always a scale problem, not a crop problem. Check that scaling is at 100% and that the driver paper size matches the roll. If both are right and it still fails, raise the printer darkness by a notch or two - underburnt bars read grey to a scanner even when they look fine to the eye.

The address is cut off at the bottom

The crop box was too short for that particular label. Long addresses push the block down. Drag the bottom edge lower and re-crop; there is no penalty for including a little blank space below the address.

Labels print with a big white gap

The page size the printer expects is taller than your cropped label. Either set the driver to the exact roll size, or crop a slightly taller region so the aspect ratio is closer to 4:6.

Every second label is blank

A gap-sensor calibration issue, not a PDF issue. Run your printer’s calibration or feed routine with the roll loaded so it learns the label pitch.

If you do not own a thermal printer yet

Use the 4-in-1 A4 output. The tool arranges four cropped labels on one A4 sheet, so a 100-order batch prints on 25 sheets instead of 100. Cut along the lines and tape or paste them on. It is not as fast as a thermal printer, but it costs nothing to try and immediately quarters your paper use.

When you do buy, a basic 203 dpi direct-thermal printer that takes 100 x 150 mm rolls covers everything discussed here. Direct thermal needs no ink or ribbon at all - the paper darkens under heat - which is why the per-label cost drops so sharply once you switch.

Doing this without uploading customer data

A Meesho label PDF is a list of your customers’ names, phone numbers and home addresses. Plenty of free croppers upload that file to a server to process it, and their privacy policy is the only thing telling you what happens next. A client-side tool avoids the question: the PDF is opened by your browser, cropped by JavaScript running on your device, and saved back to your disk without a single byte being transmitted.

You can verify it rather than trust it. Open DevTools, switch to the Network tab, and crop a file - a genuinely client-side tool shows no upload request. Better still, load the page, disconnect from the internet, and crop anyway. If it works offline, nothing is being sent anywhere.

Tools in this guide

All seller guides