Generating PDF using itext in PL/SQL
pkpandaJan 8 2013 — edited Mar 16 2013Hi,
I am trying to generate PDF from PL/SQL using itext. I have loaded iText-5.0.4.jar but found some invalid javaclass, after going through lot of forums I found some suggestion that I need to load some more jar file so I have loaded them
loadjava -user <user>/<pw> bcmail-jdk14-147.jar
loadjava -user <user>/<pw> bcprov-jdk14-147.jar
then loaded iText-5.0.4.jar again but the result is the same.
I am using oracle 11.2 DB on Windows 64 bit.
I have also tried with bcprov-jdk15on-147.jar and bcmail-jdk15on-147.jar
because the database java version is
java version "1.5.0_17"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_17-b04)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_17-b04, mixed mode)
need help to resolve this issue. please let me know if you need any more information. Thnax