Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links for files in subfolders fail #525

Closed
prichterich opened this issue May 16, 2024 · 3 comments
Closed

Links for files in subfolders fail #525

prichterich opened this issue May 16, 2024 · 3 comments
Assignees
Labels
bug Something isn't working priority-medium
Milestone

Comments

@prichterich
Copy link

Up to htmldoc version 1.9.3, htmldoc handled links to files in subfolders correctly. Later versions, including 1.9.18, create non-functional links in the PDF file. For example, this link:
<a href="edit/edit_undo.htm">Undo</a>
in the PFD file does not work, and hovering shows a file link instead of the usual "Go to page #":
file://Users/Shared/.../edit/edit_undo.htm
The corresponding object entry in the PDF file is:
obj<</S/Launch/F(edit/edit_undo.htm)>>endobj

A ZIP archive with an example that works in 1.9.3 but fails in 1.9.18 is attached.
htmldoc_link_bug2.zip

@michaelrsweet michaelrsweet self-assigned this May 17, 2024
@michaelrsweet michaelrsweet added the investigating Investigating the issue label May 17, 2024
@michaelrsweet michaelrsweet added this to the Stable milestone May 17, 2024
@michaelrsweet
Copy link
Owner

Will investigate for 1.9.19...

@michaelrsweet michaelrsweet added bug Something isn't working priority-medium and removed investigating Investigating the issue labels Nov 21, 2024
@michaelrsweet
Copy link
Owner

Reproduced, investigating...

@michaelrsweet
Copy link
Owner

[master 274189f] Fix links to subfolders (Issue #525)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium
Projects
None yet
Development

No branches or pull requests

2 participants