[
https://issues.apache.org/jira/browse/FOP-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Radu Coravu updated FOP-2774:
-----------------------------
Description:
Let's say I have a PDF located on a shared Windows network drive:
\\internal.server\folder 1\folder 2\flowers.pdf
and I want to refer to it from the XSL-FO file. The reference should look like
this:
{code}
<fo:basic-link
external-destination="url('file://///internal.server/folder%201/folder%202/flowers.pdf')">textcontent</fo:basic-link>
{code}
When building the PDF with Apache FOP this results in a broken link. When using
RenderX XEP for the same XSL-FO file the link in the PDF works and opens the
remote located PDF.
was:
Let's say I have a PDF located on a shared Windows network drivel
\\internal.server\folder 1\folder 2\flowers.pdf
and I want to refer to it from the XSL-FO file. The reference should look like
this:
{code}
<fo:basic-link
external-destination="url('file://///internal.server/folder%201/folder%202/flowers.pdf')">textcontent</fo:basic-link>
{code}
When building the PDF with Apache FOP this results in a broken link. When using
RenderX XEP for the same XSL-FO file the link in the PDF works and opens the
remote located PDF.
> URL paths to shared network folder are not properly converted
> -------------------------------------------------------------
>
> Key: FOP-2774
> URL: https://issues.apache.org/jira/browse/FOP-2774
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.2
> Reporter: Radu Coravu
> Priority: Minor
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> Let's say I have a PDF located on a shared Windows network drive:
> \\internal.server\folder 1\folder 2\flowers.pdf
> and I want to refer to it from the XSL-FO file. The reference should look
> like this:
> {code}
> <fo:basic-link
> external-destination="url('file://///internal.server/folder%201/folder%202/flowers.pdf')">textcontent</fo:basic-link>
> {code}
> When building the PDF with Apache FOP this results in a broken link. When
> using RenderX XEP for the same XSL-FO file the link in the PDF works and
> opens the remote located PDF.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)