Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuichiroaoki/amazon-barcode-label
- Owner: yuichiroaoki
- License: mit
- Created: 2024-08-09T00:07:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T14:42:41.000Z (6 months ago)
- Last Synced: 2024-10-15T01:44:58.584Z (3 months ago)
- Topics: amazon, amazon-seller, sellercen
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Barcode Label Position Changer
Change the SKU barcode positions in PDF file to save label sealsOriginal | 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.