cfdocument: barcode printed with wrong spacing
Hi,
in CF10, I'm trying to print barcodes with ttf barcode fonts inside a PDF document generated with the cfdocument tag. The barcode is generated, but with wrong spacing.
The code printing the barcode is quite simple:
<span style='font-family:Code-39-25-DMI;font-size:32.0pt;letter-spacing:0px'>*BKUM70709997B*</span>
This is what it should look like:

cfdocument renders the barcode like this:

The spacing between the individual barcode characters is wrong. The "letter-spacing" CSS option doesn't make andy difference. Any idea for a solution?
Regards, Richard
