Skip to main content
April 19, 2011
Answered

Barcode with cfdocument

  • April 19, 2011
  • 1 reply
  • 1073 views

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

This topic has been closed for replies.
Correct answer djkhalif

Did you install the font on the server via CFAdmin? I am printing barcodes that are readable which I designed using CFReport Builder. The only reason I'm using Report builder is because my BC printer is USB and not Ethernet or Wireless capable.

djkhalif

1 reply

djkhalifCorrect answer
Inspiring
April 20, 2011

Did you install the font on the server via CFAdmin? I am printing barcodes that are readable which I designed using CFReport Builder. The only reason I'm using Report builder is because my BC printer is USB and not Ethernet or Wireless capable.

djkhalif