@ministryofjustice/express-template-to-pdf
Version:
Generates PDF from templates in Express routes
31 lines (22 loc) • 605 B
Markdown
# 2.1.0
* Remove pdf-puppeteer and use Puppeteer directly
* Specify default Puppeteer launch options to run without sandbox
* Document usage in Docker
* Document how to use repeating headers and footers
# 2.0.0
## Breaking Changes
* switch to pdf-puppeteer instead of html-pdf
The format for options is different. Use margin instead of border, and other puppeteer options.
## Minor
* add examples for repeating headers and footers
* fix examples
# 1.0.4
* improve tests
# 1.0.3
* fix dependencies
# 1.0.2
* fix status badges
# 1.0.1
* add ability to use different renderers
# 1.0.0
* First draft