Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Aditional: Problem in Reports: Hyperlink in PDF output

Aditional: Problem in Reports: Hyperlink in PDF output

From: Francisco José Esteban Risueño <fjesteban_at_uco.es>
Date: Wed, 18 Oct 2000 13:18:58 +0200
Message-Id: <10653.119618@fatcity.com>


The pdf output generated by Oracle Reports is:

<<

/Type /Annot
/Subtype /Link
/Rect [71.00 748.52 272.32 761.08]
/Border [0 0 0]
/A <</S /URI /D /001 /URI (file:/newfile.pdf#newtag)>>

>>

and it should be:

<<

/Type /Annot
/Subtype /Link
/Rect [71.00 748.52 272.32 761.08]
/Border [0 0 0]
/A <</S /GoToR /D /newtag /F (newfile.pdf)>>

>>

How can I make Reports to understand this (if possible)?

Francisco =3D?iso-8859-1?Q?Jos=3DE9?=3D Esteban =3D?iso-8859-1?Q?Risue=3D= F1o?=3D escribi=F3:

> I'm trying to put a Hyperlink in a PDF document generated by Oracle
> reports that leads to another PDF file. I'm using the suggested sintax
> in the Reports' Help:
>
> SRW.SET_HYPERLINK('file:/newfile.pdf#newtag');
>
> but this doesn't work (the PDF viewer opens Internet Explorer with the
> url: http://newfile.pdf, what obviously doesn't exist)
>
> My Reports' version is 6.0.35.0 (PL/SQL version: 8.0.5.1.0)
>
> Any ideas, suggestions, experiences?
>
> Thanks in advance.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Francisco =3D?iso-8859-1?Q?Jos=3DE9?=3D Esteban =3D?iso-8859-1?=
Q?Risue=3DF1o?=3D
> INET: fjesteban_at_uco.es
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Wed Oct 18 2000 - 06:18:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US