Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Generating PDF using itext in PL/SQL

pkpandaJan 8 2013 — edited Mar 16 2013
Hi,

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
This post has been answered by pkpanda on Jan 9 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2013
Added on Jan 8 2013
5 comments
3,373 views