About Me

My photo
Oracle Apps - Techno Functional consultant
Showing posts with label CHECKS. Show all posts
Showing posts with label CHECKS. Show all posts

Friday, July 19

In XML Publisher Bursting Barcode Font is Ignored

An XML Publisher concurrent program that produces a PDF output with
barcodes works when running the concurrent program and viewing the output.
But when sending the output by e-mail by using the Bursting process, the barcodes do not appear in the PDF file sent by email

 ===================================================================
1. Copy the fonts to $AF_JRE_TOP/jre/lib/fonts (11i) or $AF_JRE_TOP/lib/fonts (R12)  and make sure all required fonts are available.
2. You can also set the "XDO_FONT_DIR" property path in xdo.cfg to point to you font location.
3. Here is an example of a font mapping in xdo.cfg:
<font family="3 of 9 Barcode" style="normal" weight="normal">
<truetype path="/u01/jre/lib/fonts/3of9.ttf" /> 
</font>