Skip to content

Releases: strictdoc-project/html2pdf4doc_python

Add Strict mode for printed PDF pages validation

07 Sep 20:18

Choose a tag to compare

What's Changed

  • feat: validate page count: real PDF pages vs html2pdf4doc pages by @stanislaw in #50
  • fix: adjust print command timeout validation and help message by @stanislaw in #51
  • feat: introduce --strict argument to raise an exception if printed page validation by @stanislaw in #52

Full Changelog: 0.0.21...0.0.22

Bugfix release: Large TOC overflows

02 Sep 18:55
3584a4f

Choose a tag to compare

What's Changed

  • fix(tasks): update mypy baseline to Python 3.9 by @stanislaw in #48
  • fix(submodules/html2pdf): revert to a working commit before a TOC bug was introduced by @stanislaw in #47
  • Bump version to 0.0.21 by @stanislaw in #49

Full Changelog: 0.0.20...0.0.21

Set LICENSE to Apache 2

02 Jul 20:32
7a9aae4

Choose a tag to compare

See the updated https://github.com/mettta/html2pdf4doc_python/blob/main/LICENSE for details.

What's Changed

Full Changelog: 0.0.18...0.0.20

Migration: html2print was renamed to html2pdf4doc

20 Jun 14:48
04d9f3f

Choose a tag to compare

What's Changed

Full Changelog: 0.0.17...0.0.18

Several layout fixes for StrictDoc templates

06 May 20:31
58b880a

Choose a tag to compare

 Bump version to 0.0.17  (#35)

* Update to the latest html2pdf.js 0.2.2

* Bump version to 0.0.17

0.0.16

01 May 18:40
d186f84

Choose a tag to compare

What's Changed

  • Dockerfile: use a shell script to create a host UID/GID-based container user by @stanislaw in #27
  • Code climate: fix all mypy issues by @stanislaw in #30
  • webdriver_options: switch to --headless=new by @stanislaw in #31
  • chrome: check for binary in known locations by @thseiler in #29
  • Bump version to 0.0.16 by @stanislaw in #33

New Contributors

Full Changelog: 0.0.15...0.0.16