Barcode with cfdocument
Hi everybody,
I'm trying to generate pdf's with some numbers in barcode format (Abri Bracode39) and it didn't work.
I have selected the "fontembed=yes" on the tag cfdocument, but it seem not to work.
<cfdocument
format="pdf"
orientation="portrait"
marginbottom="0.8"
margintop="0.8"
marginleft="1.2"
marginright="1.2"
unit="cm"
fontembed="yes"
pagetype="A4">
What I have to do else in order to reach my goal.
Is there something I forgot?
Thank you for your help.
Regards, Cristiano
