Releases: dwp/ms-html-to-pdfa
Releases · dwp/ms-html-to-pdfa
release notes
release notes
updates to vulnerabilities and gitlab-ci
release notes
the main functionality to build the pdf has been abstracted to https://github.com/dwp/html-to-pdf in order that different teams can use the functionality and wrap their own service layer around it.
Nothing has changed to the main functionality other than including this dependency and the necessary changes to implement it.
release notes
gitlab-ci inclusions, vulnerabilities and formatting updates
release notes
this release has been driven by issue 1 which highlighted a need to include UA accessibility pdf support.
- accessibility: adding support for accessibility compliant pdfs with additional tests for missing fonts to embed
- adding in UA functionality which is an additional 'type' for encoded pdf
- moved to Java11
release notes
- owasp: apply new jackson-databind version
- docker: update
Dockerfile
with standard jdk 11 slim and bundled config file into the container - swagger: added
open-api.swagger.yaml
definition - env-config: update the config to support non strict substitution
release notes
- update html to pdf library to latest release candidate
- header: adding snyk and travis badges for vulnerabilities count
- owasp: fix owasp vulnerabilities
- version: new encoded-logger version
release notes
initial release of component
- embedded standard fonts and colours
- extend application to use environment variables in property files
- adding in a monospace font to the default list with associated tests and examples
- additional functionality and supporting files + tests