desktop app(export pdf): enable document outline and PDF tags generation

This commit is contained in:
Adorian Doran 2025-02-01 16:31:25 +02:00
parent 02d4d011c3
commit 9c4535bade

View File

@ -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: `