Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.3
-
Labels:None
-
Environment:Maven xdoc 1.9
-
Number of attachments :
Description
Internal links (in blue with Acrobat) are not usefull.
If we click on it, nothing occurs.
This issue doesnt prevent the other functionnalities.
If this issue is too hard to repair, maybe just remove the internal links in the generated PDF...
Attached two patches for project2fo and fo-body that make internal links work. It might be considered a bit hacky and probably needs some more testing but it works fine for me and I am not going to spend more time on it so I make it available. Here's what I've done:
MPPDF-13: the location of image sources is constructed relative to the location of the current document.MPPDF-36with the solution I indicated there, ie, the footer is simply ignored. It might be included somehow in the future, but this at least avoids a complete failure of the pdf generation.Finally
MPPDF-23also seems to be fixed, even though this was the case already before applying my patches.