lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.36k stars 666 forks source link

Add files via upload #203

Closed splash58 closed 3 years ago

splash58 commented 3 years ago

add pdf factory

heuer commented 3 years ago

See https://github.com/lincolnloop/python-qrcode/pull/181#issuecomment-696343958

splash58 commented 3 years ago

See #181 (comment) Pillow make pdf with image but not a vector content

heuer commented 3 years ago

Pillow make pdf with image but not a vector content

On a first sight, without having studied the code in detail, #181 may be a better solution since it does not depend on external libraries.

splash58 commented 3 years ago

On a first sight, without having studied the code in detail, #181 may be a better solution since it does not depend on external libraries.

Seems, you are right. I really use own class to update template pdf by adding qr-code. But didn't think to publish it while there are some good libraries for pdf processing

maribedran commented 3 years ago

This seems to be solved by the comment in #181 . @splash58 feel free to reopen this if you think it still adds necessary features.