Skip to content

Releases: Sicos1977/ChromiumHtmlToPdf

Version 2.1.11

10 Mar 12:48
Compare
Choose a tag to compare
  • Update image sources when sanitizing an html page and saving it in a temp folder

Version 2.1.6

13 Dec 10:54
Compare
Choose a tag to compare
  • Added option to size the PDF page to the HTML content that Chrome is displaying

Version 2.1.5

08 Dec 13:47
Compare
Choose a tag to compare
  • Reload webpage when sanitizer has sanitized the webpage

Version 2.1.1

29 Oct 11:51
Compare
Choose a tag to compare
  • Make code compatible with .net core 3.0
  • Make a .net standard 2.0 and .net core 3.0 assembly in the nuget package
  • Change code so that the image validation also block images that are on the url blacklist

Version 2.0.23

09 Sep 06:26
Compare
Choose a tag to compare
  • Reopen websocket when it is closed to prevent the error "the current connection state is not open"

Version 2.0.22

25 Aug 09:44
Compare
Choose a tag to compare
  • Added code to make it possible to override the HtmlSanitizer settings

Version 2.0.11

30 Apr 09:01
Compare
Choose a tag to compare
  • Remove unused code
  • Remove Logger class
  • Rewrite code so that a threadstatic logging stream is not needed anymore
  • Update code so that logging written from Chrome events is also present in the logging stream

Version 2.0.9

23 Apr 08:30
Compare
Choose a tag to compare
  • Dispose when possible
  • Fix deadlock issue when filtering url's
  • Refactored code

Version 2.0.5

22 Apr 15:42
Compare
Choose a tag to compare

Fix code so that the --media-load-timeout property works again

Version 2.0

04 Apr 16:18
Compare
Choose a tag to compare
  • Upgraded to support .netstandard 2.0 (.net core and .net framework)