Skip to content

Releases: Sicos1977/ChromiumHtmlToPdf

Version 3.0.0

10 May 07:15
Compare
Choose a tag to compare
  • 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

29 Mar 15:55
Compare
Choose a tag to compare
  • Updated nuget packages
  • Fix caching bug

Version 2.6.7

11 Feb 09:50
Compare
Choose a tag to compare
  • Update nuget packages

Version 2.6.5

30 Oct 10:44
Compare
Choose a tag to compare
  • Updated nuget packages
  • Getting rid of WebSocket4Net dependency (thanks to Paraxenate)

Version 2.6.4

20 Jul 05:03
Compare
Choose a tag to compare
  • Adding code that detects if this library is running on Linux and then set the '--no-sandbox' parameter by default

Version 2.6.0

19 Jul 17:05
Compare
Choose a tag to compare
  • 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

03 May 07:27
Compare
Choose a tag to compare
  • Also kill subprocesses when not running on .NETSTANDARD 2.0
  • Added support for .url files

Version 2.5.31

05 Apr 10:49
Compare
Choose a tag to compare
  • Update logging again

Version 2.5.30

04 Apr 12:47
Compare
Choose a tag to compare
  • Added some more logging to see if all disposing goes correctly

Version 2.5.29

22 Mar 13:05
Compare
Choose a tag to compare
  • 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