Releases: by-pinja/pdf-storage
Releases · by-pinja/pdf-storage
4.1.0
What's Changed
- Updated dependencies by @savpek in #82
- Added options 'landscape' and 'format' by @KimmoLappalainen in #81
New Contributors
- @KimmoLappalainen made their first contribution in #81
Full Changelog: 4.0.2...4.1.0
4.0.2
4.0.1
3.6.0
Support for PathBase
Support for setting PathBase parameter which enables the application to be hosted on other paths than root.
Support for storaging PDF:s locally
Support for hard drive storage added.
Width/Height support in options
- PDF supports of weigh/height parameters in options that override default A4 format.
Db query efficiency and Hangfire updates
Improved performance of database read queries by making them as non tracking.
Updated Hangfire and MsSql database packages to their newest versions.
Added possibility to set Hangfire worker count in configuration.
Support for puppeteer options
- Added support for footer and header template
PuppeteerSharp/Chrome update and zombie process fix
- Fixed issue where (in container environment) chrome leaks zombie processes.
- Can cause PDF generation routines to hang since once max pid limit is full new chromes cannot be spawned any more.
- Updated chrome and puppeteerSharp to newest supported versions.