-
Notifications
You must be signed in to change notification settings - Fork 57
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
Breaks href to element by id #100
Comments
This is an interesting one! Maybe we could create a very simple example to reproduce this? |
I am experiencing the same issue with a TOC. After merging pdf documents, even if I feed the pdf merger only one document, hrefs in the TOC don't work anymore. |
This is likely an issue of the pdf-lib. If you could provide a very basic example we could file a bug report over there. |
I've built an example: https://github.com/Mall0c/pdf-merger-js-href-example If something's unclear in the example, feel free to ask. I think its self-explaining though. |
@mojoaxel First thank you for the great library that you've developed, it's been a life-savier. Do you have any news about this issue? |
I've to add a Table of Contents with links to each section of my doc. For that I'm adding
<a href="#sectionId"> Section </a>
.The Table of Content is created as a separated PDF after the content PDF so I know in which pages is each. In this situation links are rendered correctly.
But when I merge both PDFs, only these types of links are broken.
Is there any solution for this?
Thanks!
The text was updated successfully, but these errors were encountered: