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 XXXXXX (input1 input_type1, input2 input_type2,
...)
AS LANGUAGE JAVA....

This procedure would be used exclusively to combine PDF documents - no
formatting will be done.

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?

Thanks.
-------------------------------------------------------------------------
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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to