Releases: Sicos1977/ChromiumHtmlToPdf
Releases · Sicos1977/ChromiumHtmlToPdf
Version 3.0.0
- This project now targets Chromium instead of Chrome
- Added support for Microsoft Edge
- Renamed library from ChromeHtmlToPdfLib to ChromiumHtmlToPdfLib (so you need to update the namespaces)
Version 2.6.8
- Updated nuget packages
- Fix caching bug
Version 2.6.7
- Update nuget packages
Version 2.6.5
- Updated nuget packages
- Getting rid of WebSocket4Net dependency (thanks to Paraxenate)
Version 2.6.4
- Adding code that detects if this library is running on Linux and then set the '--no-sandbox' parameter by default
Version 2.6.0
- Using IO.Read (chunked) to read converted PDF to avoid websocket problems when the PDF is very big
- Updates nuget packages
Version 2.5.33
- Also kill subprocesses when not running on .NETSTANDARD 2.0
- Added support for .url files
Version 2.5.31
- Update logging again
Version 2.5.30
- Added some more logging to see if all disposing goes correctly
Version 2.5.29
- Do not throw exception from an event because this will make an application crash
- Added code to write logging when an exception is sent from Chrome or occurs on a websocket