|
1 | 1 | Name: |
2 | | - wkhtmltoimage 0.12.2.1 (with patched qt) |
| 2 | + wkhtmltoimage 0.12.4 (with patched qt) |
3 | 3 |
|
4 | 4 | Synopsis: |
5 | 5 | wkhtmltoimage [OPTIONS]... <input file> <output file> |
6 | | - |
| 6 | + |
7 | 7 | Description: |
8 | | - Converts an HTML page into an image, |
| 8 | + Converts an HTML page into an image, |
9 | 9 |
|
10 | 10 | 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 |
22 | 11 | --crop-h <int> Set height for cropping |
23 | 12 | --crop-w <int> Set width for cropping |
24 | 13 | --crop-x <int> Set x coordinate for cropping |
25 | 14 | --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 |
35 | 15 | -H, --extended-help Display more extensive help, detailing |
36 | 16 | less common command switches |
37 | 17 | -f, --format <format> Output file format |
38 | 18 | --height <int> Set screen height (default is calculated |
39 | 19 | from page content) (default 0) |
40 | 20 | -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) |
49 | 21 | --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 |
70 | 22 | --quality <int> Output image quality (between 0 and 100) |
71 | 23 | (default 94) |
72 | 24 | -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 |
90 | 25 | -V, --version Output version information and exit |
91 | 26 | --width <int> Set screen width, note that this is used |
92 | 27 | only as a guide line. Use |
93 | 28 | --disable-smart-width to make it strict. |
94 | 29 | (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 |
103 | 30 |
|
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 | | - |
114 | 31 | 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