HTML-Renderer icon indicating copy to clipboard operation
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.

Results 143 HTML-Renderer issues
Sort by recently updated
recently updated
newest added

When HTML contains images they are scaled up by ~20% when converting to PDF. Image 1: ![Screenshot 2022-10-05 135628](https://user-images.githubusercontent.com/32173891/194054894-5195821b-2cdf-419f-b9e5-c95a23e61916.jpg) _This is the desired look when generating (taken from HTML template)_...

bug

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...

enhancement

Any chance to fix? Screenshot with issue. ![изображение](https://github.com/ArthurHub/HTML-Renderer/assets/7357924/a2f0084d-6c9e-4854-b25a-38a227356940) If I have changed app window size the images are appeared with real size. ![изображение](https://github.com/ArthurHub/HTML-Renderer/assets/7357924/9623874d-c91d-4187-8335-cc4b1c33da1e) PascalABC.NET code for ```pascal procedure PABCHelpForm.contentPanel_ImageLoad(sender: Object;...

bug

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,...

bug

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! ` `

bug

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:** ![image](https://github.com/user-attachments/assets/b3b5baab-67ba-40f3-93fd-c265387eb22c)...

bug

note: remove irrelevant changes to README etc

enhancement