Commit 68e84622 authored by hj's avatar hj

更新提交

parent 491e1e84
...@@ -154,7 +154,7 @@ class ChemicalsMsdsService ...@@ -154,7 +154,7 @@ class ChemicalsMsdsService
//echo $htmlTemp; //echo $htmlTemp;
$this->getPdfApp()->render(); $this->getPdfApp()->render();
$canvas = $this->getPdfApp()->getCanvas(); $canvas = $this->getPdfApp()->getCanvas();
$canvas->page_text(500, 770, "Page {PAGE_NUM} - {PAGE_COUNT}", '', 10, array(0,0,0)); $canvas->page_text(500, 770, "页数 {PAGE_NUM} - {PAGE_COUNT}", '', 10, array(0,0,0));
$pdf = $this->getPdfApp()->output(); $pdf = $this->getPdfApp()->output();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment