I´m using pyfpdf to create bills and would like to include a barcode.
The barcode should be in Code 128C and the Interleaved 2of5 NT that pyfpdf is using does not work.
I found this site http://barcode128.blogspot.com/ that let you create Code 128 barcodes with PIL. I succeeded in printing a working barcode and the question is now, do I have to save the barcode as an image to pass it to pyfpdf or is there a better way?
If the only way is to save it as an image, how do I do that? Kenneth