[go: up one dir, main page]

0% found this document useful (0 votes)
335 views6 pages

PDF417 Barcode Font in EBS R12.1.1 (XML Publisher) : 1. Created XXTESTBARC - RDF

This document provides instructions for adding a PDF417 barcode font to Oracle E-Business Suite Release 12.1.1 for use in XML Publisher reports. It involves 10 steps: 1) creating an RDF file, 2) registering a concurrent program, 3) creating an RTF template, 4) defining XML data and uploading the template, 5) moving the barcode encoder class file, 6) moving and compiling a BarcodeUtil Java file, 7) uploading the barcode font file, 8) creating a font mapping, and 9) attaching the font mapping to the font processing for the template. Finally, 10) the report is run from the application to test the barcode font.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
335 views6 pages

PDF417 Barcode Font in EBS R12.1.1 (XML Publisher) : 1. Created XXTESTBARC - RDF

This document provides instructions for adding a PDF417 barcode font to Oracle E-Business Suite Release 12.1.1 for use in XML Publisher reports. It involves 10 steps: 1) creating an RDF file, 2) registering a concurrent program, 3) creating an RTF template, 4) defining XML data and uploading the template, 5) moving the barcode encoder class file, 6) moving and compiling a BarcodeUtil Java file, 7) uploading the barcode font file, 8) creating a font mapping, and 9) attaching the font mapping to the font processing for the template. Finally, 10) the report is run from the application to test the barcode font.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

PDF417 Barcode Font in EBS R12.1.

1(XML Publisher)
Note: We have used IDautomation Demo font here as example
Note: This document and file in this doc has been fully tested
1. Created XXTESTBARC.rdf
XXTESTBARC_XDO.rdf

2. Register executable and concurrent Program

3. Created XXTESTBARC.rtf Template

XXTESTBARC.rtf

Screen shots of data fields inside the template

4. XML Data definition and Template Upload

5. Move Barcode Vendor Encoder class file PDF417Encoder.class(This is


provided by the Vendor) to $JAVA_TOP as shown
PDF417Encoder.class

a. Create folder IDAutomationPDFE on $JAVA_TOP and move the


encoder class to this folder
/apps/appsr12/R12/apps_st/comn/java/classes/IDAutomationPDFE/

6. Move the BarcodeUtil.java file to the path below and compile to


BarcodeUtil.class file
BarcodeUtil.java

a. Create folder barcoder in below path


/
apps/appsr12/R12/apps_st/comn/java/classes/oracle/apps/xdo/template/rtf/uti
l/barcoder

b. Javac BarcodeUtil.java to create BarcodeUtil.class


7. Upload the Barcode Font file to e-Business suite

8. Create Font Mapping for Barcode Font

9. Attach Font Mapping to FO Processing for this Template

10.Run Report from Application

You might also like