Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

cfdocument: barcode printed with wrong spacing

$
0
0

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*</s pan>

 

This is what it should look like:

BC_right.png

cfdocument renders the barcode like this:

BC_wrong.png

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


Viewing all articles
Browse latest Browse all 5794

Trending Articles