Apex add barcode font
I need to produce barcode's in PDF document, I am trying to add a new barcode font in the xslt.
I installed the new TTF font in Windows server 2012, I then added the following to the xslt(sls-fo)
<!-- line below is for a barcode -->
<fo:block font-family="barcode" font-size="12pt">Barcode = *12345678*</fo:block>
<!-- line above is for a barcode -->
I am using Apex API in a database package, which works fine, but does not recognize the barcode font, below is the statement being used.
apex_util.get_print_document
( p_report_data => l_xml,
p_report_layout => l_xslt,