bcbnz / pylabels

Python library to create PDFs for printing labels.
GNU General Public License v3.0
100 stars 40 forks source link

Barcodes Redux #7

Closed kdm9 closed 7 years ago

kdm9 commented 8 years ago

Hi all,

Thanks for an awesome package. I'm wondering if anyone has found a cleaner answer to issue #4. I need to include a barcode on each of thousands of labels. Currently, the only proposed solution is save the barcode as an image and include the image as a shape.Image. @bcbnz, if you know roughly how to do this cleanly but lack the time to code the solution, let me know and I'll have a go.