This project generates QR codes from a list of values and arranges them in a PDF file. You can configure the number of rows and columns, margins, and padding to customize the layout of the QR codes on the PDF. Each QR code is generated using the qrcode library and then embedded in a PDF file using reportlab.
Package Link : https://pypi.org/project/qr-pdf/
- Generate individual QR codes with custom data.
- Save QR codes in a single-page or multi-page PDF format.
- Configure rows, columns, margins, and padding for grid-based QR code generation.
- Supports generating high-quality QR codes with custom sizes and error correction.
-
Install the package from the pypi using the below commands :
Using PIP :
pip install qr-pdfUsing UV :
uv add qr-pdf -
To know more about how to use it : Please refer to the Usage doc
- Python 3.6
qrcodelibrary (pip install qrcode[pil])reportlablibrary (pip install reportlab)
- Clone the repository or download the project files.
git clone https://github.com/manishk129/qr-code-pdf-generator.git