🎨 导出 PDF 时支持将资源文件作为附件嵌入 https://github.com/siyuan-note/siyuan/issues/7414

This commit is contained in:
Liang Ding 2023-02-23 10:50:08 +08:00
parent c0c605b664
commit f003aac384
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 9 additions and 9 deletions

View file

@ -654,7 +654,7 @@ func processIFrame(tree *parse.Tree) {
}
}
func AddPDFOutline(id, p string, merge bool) (err error) {
func ProcessPDF(id, p string, merge bool) (err error) {
inFile := p
links, err := api.ListToCLinks(inFile)
if nil != err {