ChromiumHtmlToPdf
ChromiumHtmlToPdf copied to clipboard
Convert HTML to PDF with a Chromium based browser
Hi Sicos1977, first of all I would like to thank you for this framework, the result is perfect. I created an asp net core api to convert the pdf, but...
The `FileCache` dependency pulls in the `System.Data.HashFunction.Core` dependency which in itself is .NET Standard 1.1 and that depends on https://www.nuget.org/packages/NETStandard.Library/1.6.1 which pulls in a ton on vulnerable dependencies by default...
ChromiumHtmlToPdfLib.Exceptions.ConversionException: Conversion failed ... did not get the expected response from Chromium, response '{"id":8,"error":{"code":-32000,"message":"Printing failed"}}' If we use the below PNG image in the HTML file, then conversion is failing...
I noticed today that the input filename is used as the document title for the PDF. Ex. my output filename is Report_2024.pdf, my input filename is input.html. When I open...
Due to recent upgrade with MS Edge to v128, HTML to PDF is failing for us, we also tried using below code but that also fails. If we downgrade the...
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. Release notes Sourced from System.Runtime.Caching's releases. .NET 8.0.1 Release Commits bf5e279 Merge in 'release/8.0' changes a6e4834 [release/8.0] Free the tls memory on thread termination...