Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuichiroaoki/amazon-barcode-label

Change the SKU barcode positions in PDF file to save label seals
https://github.com/yuichiroaoki/amazon-barcode-label

amazon amazon-seller sellercen

Last synced: about 2 months ago
JSON representation

Change the SKU barcode positions in PDF file to save label seals

Awesome Lists containing this project

README

        

# Amazon Barcode Label Position Changer
Change the SKU barcode positions in PDF file to save label seals

Original | Modified
--- | ---
![Original Image](images/original.png) | ![Modified Image](images/modified.png)

A4 40 labels per page
Index 0-39

![Index Image](images/index.png)

## Usage
```
Usage: python main.py
Arguments:
: Path to the PDF file to convert to images
: Starting index for printing the labels
: Number of labels to print
```

For example, if you used the first 15 label seals, you can use the following command:
```bash
./main.py example.pdf 15 15
```

This will move the barcode of the first 15 labels to index 15-29.