You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSError: wkhtmltoimage exited with non-zero code 1. error:
Unknown long argument --orientation
Name:
wkhtmltoimage 0.12.5 (with patched qt)
Synopsis:
wkhtmltoimage [OPTIONS]... <input file> <output file>
Description:
Converts an HTML page into an image,
General Options:
--crop-h <int> Set height for cropping
--crop-w <int> Set width for cropping
--crop-x <int> Set x coordinate for cropping
--crop-y <int> Set y coordinate for cropping
-H, --extended-help Display more extensive help, detailing
less common command switches
-f, --format <format> Output file format (default png)
--height <int> Set screen height (default is calculated
from page content) (default 0)
-h, --help Display help
--license Output license information and exit
--log-level <level> Set log level to: none, error, warn or
info (default info)
--quality <int> Output image quality (between 0 and 100)
(default 94)
-q, --quiet Be less verbose, maintained for backwards
compatibility; Same as using --log-level
none
-V, --version Output version information and exit
--width <int> Set screen width, note that this is used
only as a guide line. Use
--disable-smart-width to make it strict.
(default 1024)
Contact:
If you experience bugs or want to request new features please visit
<https://github.com/wkhtmltopdf/wkhtmltopdf/issues>
The text was updated successfully, but these errors were encountered:
Im using code from example
and i get error:
The text was updated successfully, but these errors were encountered: