浏览代码

尝试导出pdf格式文档

Minho 8 年之前
父节点
当前提交
7d20bbecaf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/document.go

+ 1 - 1
controllers/document.go

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