Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/slidev/node/commands/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export async function exportNotes({
},
printBackground: true,
preferCSSPageSize: true,
tagged: true,
})

progress.stop()
Expand Down Expand Up @@ -358,6 +359,7 @@ export async function exportSlides({
pageRanges: '1',
printBackground: true,
preferCSSPageSize: true,
tagged: true,
})
buffers.push(pdf)
}
Expand Down Expand Up @@ -400,6 +402,7 @@ export async function exportSlides({
},
printBackground: true,
preferCSSPageSize: true,
tagged: true,
})

// Edit generated PDF: add metadata and (optionally) TOC
Expand Down