Setting the file. One moment.
Subchapter 7.6
references/build-pdf.mdMarkdown635 BView on GitHub
Generate a downloadable PDF alongside your built slides.
---
download: true
---This generates a PDF and adds a download button to the built slides.
Skip generation and use an existing PDF:
---
download: 'https://example.com/my-talk.pdf'
---slidev build --downloadConfigure PDF export settings via:
slidev build --download --with-clicks --timeout 60000exportFilename, withClicks, etc.