尝试导出pdf格式文档

This commit is contained in:
Minho 2017-05-09 08:48:15 +08:00
parent 9c99e8ea3d
commit 7d20bbecaf

View File

@ -622,7 +622,7 @@ func (c *DocumentController) Export() {
c.Ctx.Output.Download(pdfpath, identify + ".pdf")
defer os.Remove(pdfpath)
c.StopRun()
}