From 7d20bbecaf125927ec6f22ac167cc4fc9e46113e Mon Sep 17 00:00:00 2001 From: Minho Date: Tue, 9 May 2017 08:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E5=AF=BC=E5=87=BApdf?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/document.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/document.go b/controllers/document.go index 18585727..9a1aded2 100644 --- a/controllers/document.go +++ b/controllers/document.go @@ -622,7 +622,7 @@ func (c *DocumentController) Export() { c.Ctx.Output.Download(pdfpath, identify + ".pdf") defer os.Remove(pdfpath) - + c.StopRun() }