Skip to content

another approach to print QRPlatba QR code, using fpdf/wfpdf

License

Notifications You must be signed in to change notification settings

zvolsky/qrplatba-fpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrplatba-fpdf

Another approach to print QRPlatba QR code, using fpdf/wfpdf/pyqrcode

This is alternative to the qrplatba module.

install_requires = ['wfpdf', 'pyqrcode']   # wfpdf requires fpdf
  • 0.9.2 PyPI published

Usage:

from wfpdf import PDF
from qrplatba_fpdf import qrplatba

with PDF('test_qrplatba.pdf') as pdf:
    pdf.set_font('', style='B')
    qrplatba(pdf, IBAN, castka=2499)

See qrplatba() method doc for more parameters. For the example see script call in qrplatba_fpdf.py (if name == 'main':).

About

another approach to print QRPlatba QR code, using fpdf/wfpdf

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages