浏览代码

Version 0.9.7

Antialize 15 年之前
父节点
当前提交
6629eb5dd8
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      README
  2. 1 1
      wkhtmltopdf.pro

+ 4 - 0
README

@@ -85,6 +85,8 @@ wkhtmltopdf [OPTIONS]... <input file> [More input files] <output file>
 -g, --grayscale                       PDF will be generated in grayscale
 -h, --help                            Display help
     --htmldoc                         Output program html help
+    --ignore-load-errors              Ignore pages that claimes to have
+                                      encountered an error during loading
 -l, --lowquality                      Generates lower quality pdf/ps. Useful to
                                       shrink the result document space
     --manpage                         Output program man page
@@ -225,6 +227,8 @@ arguments respectfully.  In header and footer text string supplied to e.g.
  * [webpage]    Replaced by the URL of the page being printed
  * [section]    Replaced by the name of the current section
  * [subsection] Replaced by the name of the current subsection
+ * [date]       Replaced by the current date in system local format
+ * [time]       Replaced by the current time in system local format
 
 
 As an example specifying --header-right "Page [page] of [toPage]", will result

+ 1 - 1
wkhtmltopdf.pro

@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with wkhtmltopdf.  If not, see <http:#www.gnu.org/licenses/>.
 
-DEFINES += MAJOR_VERSION=0 MINOR_VERSION=9 PATCH_VERSION=6 BUILD=""
+DEFINES += MAJOR_VERSION=0 MINOR_VERSION=9 PATCH_VERSION=7 BUILD=""
 
 TEMP = $$[QT_INSTALL_LIBS] libQtGui.prl
 PRL  = $$[QT_INSTALL_LIBS] QtGui.framework/QtGui.prl