mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 支持合并子文档导出 Word/PDF https://github.com/siyuan-note/siyuan/issues/3219
This commit is contained in:
parent
2f9f9ec360
commit
db131e7f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ const initWindow = () => {
|
|||
localStorage.setItem(Constants.LOCAL_EXPORTPDF, JSON.stringify(Object.assign(ipcData.pdfOptions, {
|
||||
removeAssets: ipcData.removeAssets,
|
||||
keepFold: ipcData.keepFold,
|
||||
merge: ipcData.mergeSubdocs,
|
||||
mergeSubdocs: ipcData.mergeSubdocs,
|
||||
})));
|
||||
try {
|
||||
window.siyuan.printWin.webContents.printToPDF(ipcData.pdfOptions).then((pdfData) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue