This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from reportlab.lib.pagesizes import A4 | |
from reportlab.graphics.shapes import Drawing, String | |
from reportlab.graphics.barcode.eanbc import Ean13BarcodeWidget | |
from reportlab.graphics import renderPDF | |
from reportlab.pdfgen.canvas import Canvas | |
""" | |
Adjust pagesize, number of labels, barcode size and |