Nicholas, I loaded itext 2.0.6 into Oralce JVM using the following instructions.
To load iText (2.0.6) into Oracle you also need the following supporting jar files. bcmail-jdk14-137.jar bcprov-jdk14-137.jar You can get them at http://polydistortion.net/bc/index.html or http://sourceforge.net/project/showfiles.php?group_id=15255 Here are the loadjava command I used to load it into our database. loadjava -v -r -user username/password bcprov-jdk14-137.jar loadjava -v -r -user username/password bcmail-jdk14-137.jar loadjava -v -r -user username/password itext-2.0.6.jar Once loaded, you create an oracle java based package which uses the itext package that was just loaded. I'm assuming you are familiar with using Java within Oracle. If not you may want to read up on the following links http://download-uk.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_5013.htm and http://www.developer.com/db/article.php/10920_3337411_1 I have only created a few test cases using itext and java and it worked very well. Hope this helps. On Feb 3, 2008 12:00 PM, 1T3XT info <[EMAIL PROTECTED]> wrote: > bisoa wrote: > > What do you mean by; > > 1) install on Oracle database? > > 2) combine existing PDFs? > > > > Do you store PDF documents on Oracle database? > > I assume that Nicholas means that he wants to install > iText in Oracle to automate the creation of PDF using > for instance stored procedures written in Java or similar > Oracle Application Server (OAS) specific functionality. > > I know some people who have achieved this successfully, > but I have never done it myself. > -- > This answer is provided by 1T3XT BVBA > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
