displaying PDF with OAS

From: Patrick Schlaepfer <patrick_at_schlaepfer.com>
Date: Fri, 20 Oct 2000 13:39:25 +0200
Message-ID: <8spaok$3b7$1_at_pollux.ip-plus.net>


Hi there
[Quoted] I tried several things to display a PDF thru to OAS 4.0.7 using pl/sql.
The filename is stored in a varchar2.
Tried owa_util.redirect, but doesn't work on IE, since there's a wrong "Content-type" in the header.

Would it be a possibility to open the file and print it thru htp.p, but I don't know if the binary data will be displayed correct.

myURL will held the path to the pdf file. No can't put the .pdf file into a blob, not yet.

Code fragment:
SELECT URL
  INTO myURL
  FROM referer_tab
  WHERE ref = referer;

redirect := myURL

and now?

Thanks
Patrick Received on Fri Oct 20 2000 - 13:39:25 CEST

Original text of this message