Skip to content

Releases: Sicos1977/ChromiumHtmlToPdf

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

Version 2.5.26

17 Mar 07:45
Compare
Choose a tag to compare
  • Fixed some bugs
  • Changed SetPageContent method so that it also uses the page loading logic

Version 2.5.23

14 Mar 17:19
Compare
Choose a tag to compare
  • Updated nuget packages
  • Fixed leaking tasks and task parameters (thanks to @EraYaN)

Version 2.5.22

10 Feb 06:09
76bc7b7
Compare
Choose a tag to compare
  • Updated nuget packages to support .NET Core 2.2

Version 2.5.21

03 Feb 17:43
Compare
Choose a tag to compare
  • Updated nuget packages