HTML-Renderer
HTML-Renderer copied to clipboard
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
When HTML contains images they are scaled up by ~20% when converting to PDF. Image 1:  _This is the desired look when generating (taken from HTML template)_...
how to support js(javascript)?
- HtmlRenderer.PdfSharp for GDI based rendering: Tested with the Winforms App. - HtmlRenderer.SkiaSharp for Rendering using SkiaSharp: Work in progress! Using PdfSharpCore in stead of PdfSharp. Is far a I...
Any chance to fix? Screenshot with issue.  If I have changed app window size the images are appeared with real size.  PascalABC.NET code for ```pascal procedure PABCHelpForm.contentPanel_ImageLoad(sender: Object;...
I have HTML code with many elements with style position: absolute. The HTML code looks good in the browser but when I try to convert it to pdf using HtmlRenderer.PdfSharp,...
Hello i'm trying to generate a pdf via html string passed by parameter, my problem is that when i want to save the PdfDocument returned by the function, it doesn't...
Using HtmlRenderer.WPF, and i encountered a problem that Hebrew text get mirrored unless it explicitly has a dir=rtl" style. any suggestions please? Thank you! ` `
I have a fresh project Console App, .NET 8. I have installed PDFSharp 6.2.0-preview-1 and HtmlRenderer.PdfSharp (1.5.1-beta-1) and HtmlRenderer.Core (1.5.1-beta-1). My code is very simple from the readme.txt: ``` PdfDocument...
Hello Folks, **Html to pdf conversion** not working as expected when we are dealing with table's rowspan more than 3. Please find the problem below. **Runs on the browser:** ...
note: remove irrelevant changes to README etc