PDF417 Barcode Wrapper Class is Yielding Garbage values upon calling through Oracle Report ..
Hi,
I am implementing PDF417 2D barcodes in Oracle Reports. (version RDBMS : 11.2.0.3.0 Oracle Applications : 12.1.3)
In the process I created and compiled one PDF417Encoder class under $JAVA_TOP/IDAutomationPDFE to encode the text data and invoked the same through another test class PDF417Test under $JAVA_TOP/oracle/apps/xdo/pdf417.
When i am running this package through command line (i.e. on Unix server) then i am able to get the correct bytcode, and upon applying the PDF font i am able to scan and see the correct result.
But when i am running this program through XML Template on top of concurrent program report then its showing up garbage values.