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

PDF links to other pages are not clickable #1984

Open
martin0258 opened this issue Dec 20, 2024 · 0 comments
Open

PDF links to other pages are not clickable #1984

martin0258 opened this issue Dec 20, 2024 · 0 comments

Comments

@martin0258
Copy link

Describe the bug

Using the built-in <Link> component to link to another page, it works in presenter mode but the link is not clickable in export pdf.

Minimal reproduction

Steps to reproduce the behavior:

  1. Create a file slides.md
---
theme: default
---

slide page 1

---

This is slide page 2
<Link to="1">Link to slide page 1</Link>
  1. Run slidev export
  2. Open slides-export.pdf with Chrome
  3. Could not click Link to slide page 1 to go to page 1
Screen.Recording.2024-12-20.at.6.33.10.PM.mov

Environment

  • Slidev version: Slidev v0.50.0-beta.10
  • Browser: 1.73.97 Chromium: 131.0.6778.108 (Official Build) (arm64)
  • OS: M1 Mac 15.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant