Skip to content

Commit 5d3030e

Browse files
author
Paweł Mołek
committed
update wkhtml drivers to 0.12.4
* based on PR webgio#115
1 parent 4a34671 commit 5d3030e

6 files changed

Lines changed: 19 additions & 394 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.8.1] - 2022-06-06
9+
10+
### Added
11+
12+
- Update whtml drivers 0.12.1 -> 0.12.4 https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.4 (based on https://github.com/webgio/Rotativa/pull/115)
13+
814
## [1.8.0] - 2022-06-03
915

1016
### Added

Rotativa/Rotativa.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Rotativa</id>
5-
<version>1.8.0</version>
5+
<version>1.8.1</version>
66
<title>Rotativa</title>
77
<authors>Giorgio Bozio</authors>
88
<owners>Giorgio Bozio</owners>
Lines changed: 5 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,33 @@
11
Name:
2-
wkhtmltoimage 0.12.2.1 (with patched qt)
2+
wkhtmltoimage 0.12.4 (with patched qt)
33

44
Synopsis:
55
wkhtmltoimage [OPTIONS]... <input file> <output file>
6-
6+
77
Description:
8-
Converts an HTML page into an image,
8+
Converts an HTML page into an image,
99

1010
General Options:
11-
--allow <path> Allow the file or files from the specified
12-
folder to be loaded (repeatable)
13-
--cache-dir <path> Web cache directory
14-
--checkbox-checked-svg <path> Use this SVG file when rendering checked
15-
checkboxes
16-
--checkbox-svg <path> Use this SVG file when rendering unchecked
17-
checkboxes
18-
--cookie <name> <value> Set an additional cookie (repeatable),
19-
value should be url encoded.
20-
--cookie-jar <path> Read and write cookies from and to the
21-
supplied cookie jar file
2211
--crop-h <int> Set height for cropping
2312
--crop-w <int> Set width for cropping
2413
--crop-x <int> Set x coordinate for cropping
2514
--crop-y <int> Set y coordinate for cropping
26-
--custom-header <name> <value> Set an additional HTTP header (repeatable)
27-
--custom-header-propagation Add HTTP headers specified by
28-
--custom-header for each resource request.
29-
--no-custom-header-propagation Do not add HTTP headers specified by
30-
--custom-header for each resource request.
31-
--debug-javascript Show javascript debugging output
32-
--no-debug-javascript Do not show javascript debugging output
33-
(default)
34-
--encoding <encoding> Set the default text encoding, for input
3515
-H, --extended-help Display more extensive help, detailing
3616
less common command switches
3717
-f, --format <format> Output file format
3818
--height <int> Set screen height (default is calculated
3919
from page content) (default 0)
4020
-h, --help Display help
41-
--htmldoc Output program html help
42-
--images Do load or print images (default)
43-
--no-images Do not load or print images
44-
-n, --disable-javascript Do not allow web pages to run javascript
45-
--enable-javascript Do allow web pages to run javascript
46-
(default)
47-
--javascript-delay <msec> Wait some milliseconds for javascript
48-
finish (default 200)
4921
--license Output license information and exit
50-
--load-error-handling <handler> Specify how to handle pages that fail to
51-
load: abort, ignore or skip (default
52-
abort)
53-
--load-media-error-handling <handler> Specify how to handle media files
54-
that fail to load: abort, ignore or skip
55-
(default ignore)
56-
--disable-local-file-access Do not allowed conversion of a local file
57-
to read in other local files, unless
58-
explicitly allowed with --allow
59-
--enable-local-file-access Allowed conversion of a local file to read
60-
in other local files. (default)
61-
--manpage Output program man page
62-
--minimum-font-size <int> Minimum font size
63-
--password <password> HTTP Authentication password
64-
--disable-plugins Disable installed plugins (default)
65-
--enable-plugins Enable installed plugins (plugins will
66-
likely not work)
67-
--post <name> <value> Add an additional post field (repeatable)
68-
--post-file <name> <path> Post an additional file (repeatable)
69-
-p, --proxy <proxy> Use a proxy
7022
--quality <int> Output image quality (between 0 and 100)
7123
(default 94)
7224
-q, --quiet Be less verbose
73-
--radiobutton-checked-svg <path> Use this SVG file when rendering checked
74-
radiobuttons
75-
--radiobutton-svg <path> Use this SVG file when rendering unchecked
76-
radiobuttons
77-
--readme Output program readme
78-
--run-script <js> Run this additional javascript after the
79-
page is done loading (repeatable)
80-
--disable-smart-width Use the specified width even if it is not
81-
large enough for the content
82-
--enable-smart-width Extend --width to fit unbreakable content
83-
(default)
84-
--stop-slow-scripts Stop slow running javascripts (default)
85-
--no-stop-slow-scripts Do not Stop slow running javascripts
86-
--transparent Make the background transparent in pngs
87-
--user-style-sheet <url> Specify a user style sheet, to load with
88-
every page
89-
--username <username> HTTP Authentication username
9025
-V, --version Output version information and exit
9126
--width <int> Set screen width, note that this is used
9227
only as a guide line. Use
9328
--disable-smart-width to make it strict.
9429
(default 1024)
95-
--window-status <windowStatus> Wait until window.status is equal to this
96-
string before rendering page
97-
--zoom <float> Use this zoom factor (default 1)
98-
99-
Specifying A Proxy:
100-
By default proxy information will be read from the environment variables:
101-
proxy, all_proxy and http_proxy, proxy options can also by specified with the
102-
-p switch
10330

104-
<type> := "http://" | "socks5://"
105-
<serif> := <username> (":" <password>)? "@"
106-
<proxy> := "None" | <type>? <string>? <host> (":" <port>)?
107-
108-
Here are some examples (In case you are unfamiliar with the BNF):
109-
110-
http://user:password@myproxyserver:8080
111-
socks5://myproxyserver
112-
None
113-
11431
Contact:
115-
If you experience bugs or want to request new features please visit
116-
<https://github.com/wkhtmltopdf/wkhtmltopdf/issues>
117-
32+
If you experience bugs or want to request new features please visit
33+
<https://github.com/wkhtmltopdf/wkhtmltopdf/issues>

0 commit comments

Comments
 (0)