Browse Source

Version 0.10.0_rc1

Antialize 14 years ago
parent
commit
dde4151e40
3 changed files with 29 additions and 5 deletions
  1. 12 2
      README_WKHTMLTOIMAGE
  2. 16 2
      README_WKHTMLTOPDF
  3. 1 1
      version.pri

+ 12 - 2
README_WKHTMLTOIMAGE

@@ -1,4 +1,4 @@
-=====================> wkhtmltoimage 0.10.0 beta5 Manual <======================
+======================> wkhtmltoimage 0.10.0 rc1 Manual <=======================
 This file documents wkhtmltoimage, a program capable of converting HTML
 documents into images.
 
@@ -27,6 +27,10 @@ wkhtmltoimage [OPTIONS]... <input file> <output file>
 ==============================> General Options <===============================
     --allow <path>                    Allow the file or files from the specified
                                       folder to be loaded (repeatable)
+    --checkbox-checked-svg <path>     Use this SVG file when rendering checked
+                                      checkboxes
+    --checkbox-svg <path>             Use this SVG file when rendering unchecked
+                                      checkboxes
     --cookie <name> <value>           Set an additional cookie (repeatable)
     --cookie-jar <path>               Read and write cookies from and to the
                                       supplied cookie jar file
@@ -51,7 +55,7 @@ wkhtmltoimage [OPTIONS]... <input file> <output file>
     --images                          Do load or print images (default)
     --no-images                       Do not load or print images
 -n, --disable-javascript              Do not allow web pages to run javascript
--n, --enable-javascript               Do allow web pages to run javascript
+    --enable-javascript               Do allow web pages to run javascript
                                       (default)
     --javascript-delay <msec>         Wait some milliseconds for javascript
                                       finish (default 200)
@@ -74,7 +78,13 @@ wkhtmltoimage [OPTIONS]... <input file> <output file>
 -p, --proxy <proxy>                   Use a proxy
     --quality <int>                   Output image quality (between 0 and 100)
                                       (default 94)
+    --radiobutton-checked-svg <path>  Use this SVG file when rendering checked
+                                      radiobuttons
+    --radiobutton-svg <path>          Use this SVG file when rendering unchecked
+                                      radiobuttons
     --readme                          Output program readme
+    --run-script <js>                 Run this additional javascript after the
+                                      page is done loading (repeatable)
 -0, --disable-smart-width *           Use the specified width even if it is not
                                       large enough for the content
     --stop-slow-scripts               Stop slow running javascripts (default)

+ 16 - 2
README_WKHTMLTOPDF

@@ -1,4 +1,4 @@
-======================> wkhtmltopdf 0.10.0 beta5 Manual <=======================
+=======================> wkhtmltopdf 0.10.0 rc1 Manual <========================
 This file documents wkhtmltopdf, a program capable of converting html documents
 into PDF documents.
 
@@ -142,6 +142,10 @@ Items marked * are only available using patched QT.
                                       folder to be loaded (repeatable)
     --background                      Do print background (default)
     --no-background                   Do not print background
+    --checkbox-checked-svg <path>     Use this SVG file when rendering checked
+                                      checkboxes
+    --checkbox-svg <path>             Use this SVG file when rendering unchecked
+                                      checkboxes
     --cookie <name> <value>           Set an additional cookie (repeatable)
     --custom-header <name> <value>    Set an additional HTTP header (repeatable)
     --custom-header-propagation       Add HTTP headers specified by
@@ -168,7 +172,7 @@ Items marked * are only available using patched QT.
     --disable-internal-links *        Do not make local links
     --enable-internal-links *         Make local links (default)
 -n, --disable-javascript              Do not allow web pages to run javascript
--n, --enable-javascript               Do allow web pages to run javascript
+    --enable-javascript               Do allow web pages to run javascript
                                       (default)
     --javascript-delay <msec>         Wait some milliseconds for javascript
                                       finish (default 200)
@@ -181,6 +185,10 @@ Items marked * are only available using patched QT.
     --enable-local-file-access        Allowed conversion of a local file to read
                                       in other local files. (default)
     --minimum-font-size <int>         Minimum font size
+    --exclude-from-outline *          Do not include the page in the table of
+                                      contents and outlines
+    --include-in-outline *            Include the page in the table of contents
+                                      and outlines (default)
     --password <password>             HTTP Authentication password
     --disable-plugins                 Disable installed plugins (default)
     --enable-plugins                  Enable installed plugins (plugins will
@@ -191,6 +199,12 @@ Items marked * are only available using patched QT.
     --no-print-media-type *           Do not use print media-type instead of
                                       screen (default)
 -p, --proxy <proxy>                   Use a proxy
+    --radiobutton-checked-svg <path>  Use this SVG file when rendering checked
+                                      radiobuttons
+    --radiobutton-svg <path>          Use this SVG file when rendering unchecked
+                                      radiobuttons
+    --run-script <js>                 Run this additional javascript after the
+                                      page is done loading (repeatable)
     --disable-smart-shrinking *       Disable the intelligent shrinking strategy
                                       used by WebKit that makes the pixel/dpi
                                       ratio none constant

+ 1 - 1
version.pri

@@ -1,6 +1,6 @@
 MAJOR_VERSION=0
 MINOR_VERSION=10
 PATCH_VERSION=0
-BUILD="beta5"
+BUILD="rc1"
 
 DEFINES += MAJOR_VERSION=$$MAJOR_VERSION MINOR_VERSION=$$MINOR_VERSION PATCH_VERSION=$$PATCH_VERSION BUILD=$$BUILD