h/java/jsp/oracle9ijsp.html.
regards
Dirk
Original-Nachricht
> Datum: Thu, 14 Feb 2008 03:26:53 -0800 (PST)
> Von: Leo Erlandsson <[EMAIL PROTECTED]>
> An: itext-questions@lists.sourceforge.net
> Betreff: Re: [iText-questions] Calling iText from pl/sql
>
>I am not certain how to do this. I would really like to pass in the existing
>PDFs to this procedure as blobs (to be used in PdfReader construction), but
>I don't know how. Has anyone else done this?
This seems like more of an Oracle / PLSQL question. If you succeed in
passing PDFs (or any binar
I would like to create a java function which I can then call as a pl/sql
procedure (in a Oracle database). The pl/sql procedure would be similar to
the following:
CREATE OR REPLACE PROCEDURE XX (input1 input_type1, input2 input_type2,
...)
AS LANGUAGE JAVA
This procedure would be used exc