Releases: Sicos1977/ChromiumHtmlToPdf
Releases · Sicos1977/ChromiumHtmlToPdf
Version 2.0.11
- 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
- Dispose when possible
- Fix deadlock issue when filtering url's
- Refactored code
Version 2.0.5
Fix code so that the --media-load-timeout property works again
Version 2.0
- Upgraded to support .netstandard 2.0 (.net core and .net framework)
Version 1.5.4
- HTML encode text that is inside a pre tag
Version 1.5.3
- Added option to blacklist urls
- Prepared code to be .NET standard compatible
- Fix logging from an async task
- Fix bug in blacklist
Version 1.5.2
- Added option to blacklist urls
- Prepared code to be .NET standard compatible
- Fix logging from an async task
Version 1.4.7
- Also convert XML to PDF with Chrome
- Catch and log AngleSharp exception
- Use originalstring instead of localpath
- Added option to keep the tempfolder for debugging purposes
- Fix issue where the text file encoding is not correctly detected
Version 1.4.4
- Fix issue with invalid chars in an image source
- Made exceptions public instead of internal
Version 1.4
- Added option to log to a logfile
- Added wildcards to log filename
- Bug fixes
- Removed all statics to make the code thread safe