Skip to content

Releases: SebastiaanKlippert/go-wkhtmltopdf

v1.6.0

23 Jul 21:37
Compare
Choose a tag to compare
  • 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 now LowQuality. 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

02 Sep 22:20
Compare
Choose a tag to compare

Add SetStderr method

v1.4.1

22 Mar 19:54
Compare
Choose a tag to compare

Add ResetPages method

v1.4.0

08 Jan 19:01
Compare
Choose a tag to compare

Added new page options:

  • bypass-proxy-for
  • keep-relative-links
  • ssl-crt-path
  • ssl-key-password
  • ssl-key-path

v1.3.0

01 Jan 22:10
703463d
Compare
Choose a tag to compare

Added SetOutput method that will accept an io.Writer to write the generated PDF to.

v1.2.1

13 Jun 09:58
Compare
Choose a tag to compare
use correct version

v1.2.0

25 Feb 01:36
Compare
Choose a tag to compare

v1.1.0

19 Feb 21:05
Compare
Choose a tag to compare

v1.0.1

23 Dec 18:40
Compare
Choose a tag to compare

v1.0.0

04 Oct 21:27
Compare
Choose a tag to compare
typo