论坛帮助 |
社区圈子 |
日历事件 |
2021-12-22, 16:13 | #1 | ||
|
|||
java爱好者
等级: 六袋长老
|
需求如下: 二维码内容:1002923801322010001-1002923801322011010 尺寸:25*30 QQ图片20211222160642.png 2:我也不清楚没用过于是百度了一下 123.png 3:百度结果是肯定的,于是摘下关键代码 代码:
# draw a QR code qr_code = qr.QrCodeWidget('https://www.cnprint.org/bbs') bounds = qr_code.getBounds() width = bounds[2] - bounds[0] height = bounds[3] - bounds[1] d = Drawing(45, 45, transform=[45./width,0,0,45./height,0,0]) d.add(qr_code) renderPDF.draw(d, c, 15, 405) python 流水二维码源码.zip 5:经过一系列摸索最终成功了,请看视频 |
||