Oracle Application Express (MOSC)

MOSC Banner

Apex add barcode font

edited Jan 13, 2022 4:15PM in Oracle Application Express (MOSC) 1 commentQuestion

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center