Releases: Sicos1977/ChromiumHtmlToPdf
Releases · Sicos1977/ChromiumHtmlToPdf
Version 4.4.2
- Updated nuget packages
- Added extra console parameter, see issue #207
What's Changed
- Add header/footer options to documentation by @Noise477 in #196
- [WIP] can't generate a landscape pdf with the page settings on a local windows machine with edge by @Copilot in #201
- [WIP] EnableChromiumLogging does not work in the console application by @Copilot in #200
- Revert "[WIP] can't generate a landscape pdf with the page settings o… by @Sicos1977 in #202
- Fix landscape PDF generation with custom paper dimensions by @Copilot in #203
- [WIP] Add support for setting request headers in console application by @Copilot in #205
- Update README with --request-headers option documentation by @Copilot in #207
New Contributors
- @Copilot made their first contribution in #201
Full Changelog: 4.4.0...4.4.2
4.4.0
Version 4.3.3
- Don't suppress exception from SendForResponseAsync (@MaceWindu)
Version 4.3.2
- Use more precise dimensions for A0 to A6 page formats-
- Added several options useful for running on linux server for internal projects
Both thanks to @jakubposkicom
Version 4.3.1
- Updated nuget packages
- Some logging fixes by @MaceWindu
- Remove useoldheadlessmode parameter (obsolete since Chromium version 132 and up)
Version 4.2.11
- Updated nuget packages
- Fix object refenrece error when trying to detect encoding
- Fix NRE when converter called without explicit profile path
- Fix WebSocket connection failure handling + multiple async code fixes
Version 4.2.10
- Merged pull request from #MaceWindu that has async code fixes
- Updated nuget packages
Version 4.2.9
- Fixes an object reference error with the encoding detector (.txt files)
Version 4.2.8
- Fixed issue with headless = old or new
- Fixed type in logging
- Updated nuget packages
Version 4.2.6
- Added option EnableChromiumLogging to enable Chromium debug logging