update wkhtmltopdf link
This commit is contained in:
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-6">
|
||||||
<form id="add_user_form">
|
<form id="add_user_form">
|
||||||
<section class="panel panel-default">
|
<section class="panel panel-default">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Wkhtmltopdf Binary Path</label>
|
<label>Wkhtmltopdf Binary Path</label>
|
||||||
<input type="text" class="form-control" placeholder="/usr/local/bin/wkhtmltopdf" name="path" value="{{.str.exportPdfBinPath}}">
|
<input type="text" class="form-control" placeholder="/usr/local/bin/wkhtmltopdf" name="path" value="{{.str.exportPdfBinPath}}">
|
||||||
Leanote use <a target="_blank" href="https://sourceforge.net/projects/wkhtmltopdf/">wkhtmltopdf</a> to export pdf. You should install it on your server.
|
Leanote use <a target="_blank" href="http://wkhtmltopdf.org">wkhtmltopdf</a> to export pdf. You should install it on your server.
|
||||||
<br />
|
<br />
|
||||||
Please input the path that wkhtmltopdf installed, e.g. <code>/usr/local/bin/wkhtmltopdf</code>
|
Please input the path that wkhtmltopdf installed, e.g. <code>/usr/local/bin/wkhtmltopdf</code>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user