Re: displaying PDF with OAS

From: Patrick Schlaepfer <patrick_at_schlaepfer.com>
Date: Fri, 20 Oct 2000 17:09:42 +0200
Message-ID: <8spn2j$9vj$1_at_pollux.ip-plus.net>


It seems to be kind of strange thing, as Internet Explorer

is not able to display the pdf correct, Netscape does.

Used:

owa_util.mime_header('application/acrobat', false);

owa_util.redirect(myFileName);

myFile contains the URL without http.

Any ideas how to get the working with Internet Explorer?

"Patrick Schlaepfer" <patrick_at_schlaepfer.com> schrieb im Newsbeitrag news:8spaok$3b7$1_at_pollux.ip-plus.net...
> Hi there
> 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 - 17:09:42 CEST

Original text of this message