mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 11:27:26 +08:00
尝试导出pdf格式文档
This commit is contained in:
@@ -622,7 +622,7 @@ func (c *DocumentController) Export() {
|
||||
c.Ctx.Output.Download(pdfpath, identify + ".pdf")
|
||||
|
||||
defer os.Remove(pdfpath)
|
||||
|
||||
|
||||
c.StopRun()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user