html2pdf-slides: Convert deployed Slidev presentations to PDF from URL #2528
SingggggYee
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I built html2pdf-slides, a CLI tool that converts HTML slide presentations to high-fidelity PDFs.
How it works with Slidev
Unlike
slidev exportwhich requires project source code, html2pdf-slides converts any deployed Slidev presentation directly from its URL:It auto-detects Slidev, navigates via URL routing (
/1,/2, ...), and fully handles v-click content visibility (all 8 hidden states includingslidev-vclick-hidden,slidev-vclick-gone,slidev-vclick-display-none, and animation modifiers).Also supports reveal.js, Marp, impress.js, and any arrow-key-navigable presentation.
npm | GitHub
Beta Was this translation helpful? Give feedback.
All reactions