mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-03 14:19:58 +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 {
|
try {
|
||||||
buffer = await browserWindow.webContents.printToPDF({
|
buffer = await browserWindow.webContents.printToPDF({
|
||||||
landscape: opts.landscape,
|
landscape: opts.landscape,
|
||||||
|
generateDocumentOutline: true,
|
||||||
|
generateTaggedPDF: true,
|
||||||
displayHeaderFooter: true,
|
displayHeaderFooter: true,
|
||||||
headerTemplate: `<div></div>`,
|
headerTemplate: `<div></div>`,
|
||||||
footerTemplate: `
|
footerTemplate: `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user