Skip to content

Releases: Sicos1977/ChromiumHtmlToPdf

Version 1.5.4

10 Mar 11:58
Compare
Choose a tag to compare
  • HTML encode text that is inside a pre tag

Version 1.5.3

14 Feb 17:12
Compare
Choose a tag to compare
  • 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

12 Feb 06:20
Compare
Choose a tag to compare
  • Added option to blacklist urls
  • Prepared code to be .NET standard compatible
  • Fix logging from an async task

Version 1.4.7

30 Sep 10:22
Compare
Choose a tag to compare
  • 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

28 Aug 07:41
Compare
Choose a tag to compare
  • Fix issue with invalid chars in an image source
  • Made exceptions public instead of internal

Version 1.4

08 Apr 04:41
Compare
Choose a tag to compare
  • Added option to log to a logfile
  • Added wildcards to log filename
  • Bug fixes
  • Removed all statics to make the code thread safe

Version 1.3

24 Oct 11:02
Compare
Choose a tag to compare
  • Optimized code
  • Fixed bugs

Version 1.2

11 Dec 16:42
Compare
Choose a tag to compare
  • Added option to autosize images so that they fit the page

Version 1.1

28 Nov 12:40
Compare
Choose a tag to compare
  • Added option to use Chrome portable
  • Added option to auto detect Chrome location
  • Added option to cleanup Chrome and all it's child processes
  • Added option to wait for a specific java script window.status (like wkHtmlToPdf) before generating a PDF
  • Added option to wait for network idle status before generating a PDF
  • Added option to log to a stream instead of the console
  • Added option to control if you want to print the background or not

First release

17 Nov 12:47
Compare
Choose a tag to compare

At the moment a very basic console application/library to convert HTML to PDF format with the use of Google Chrome