Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5, 2.1
-
None
-
None
Description
For example:
<fo:basic-link external-destination="file:///C:/temp/simple%20report.docx" text-decoration="underline">simple report</fo:basic-link>
Fails to find the correct target because the PDF link is
<< /Type /Filespec /F (/C:/temp/simple%20report.docx) >>
It should be
<< /Type /Filespec /F (C:/temp/simple report.docx) >>
Note that there is no slash in front of C: and %20 is now a space.