Releases: SebastiaanKlippert/go-wkhtmltopdf
Releases · SebastiaanKlippert/go-wkhtmltopdf
v1.6.0
-
Added new fields introduced in wkhtmltopdf release 0.12.6.
Most importantly page option--enable-local-file-access
which is now required to enable access to local files when to--allow
option is not used. -
Fixed a couple of incorrect options.
-
Breaking change: Global option
Lowquality
is nowLowQuality
. The compiler will fail if you use this options so no big issue for most users. For JSON users it will not break because the JSON parser will parse the field with both casing options.
v1.5.0
Add SetStderr method
v1.4.1
Add ResetPages method
v1.4.0
Added new page options:
- bypass-proxy-for
- keep-relative-links
- ssl-crt-path
- ssl-key-password
- ssl-key-path
v1.3.0
v1.2.1
use correct version
v1.2.0
v1.1.0
v1.0.1
v1.0.0
typo