mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-03 05:57:47 +08:00
desktop app(export pdf): enable document outline and PDF tags generation
This commit is contained in:
parent
02d4d011c3
commit
9c4535bade
@ -76,6 +76,8 @@ ipcMain.on("export-as-pdf", async (e, opts: ExportAsPdfOpts) => {
|
||||
try {
|
||||
buffer = await browserWindow.webContents.printToPDF({
|
||||
landscape: opts.landscape,
|
||||
generateDocumentOutline: true,
|
||||
generateTaggedPDF: true,
|
||||
displayHeaderFooter: true,
|
||||
headerTemplate: `<div></div>`,
|
||||
footerTemplate: `
|
||||
|
Loading…
x
Reference in New Issue
Block a user