You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Radu Coravu (JIRA)" <ji...@apache.org> on 2018/03/06 12:04:00 UTC

[jira] [Created] (FOP-2774) URL paths to shared network folder are not properly converted

Radu Coravu created FOP-2774:
--------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)