Edited Unassigned: Rowspan and colspan together [9111]
Rendering table with first top cell on the right that cointains colspan and rowspan together couses an issue (cell is not merged in two dimensions - there are borders in the center of cells - looks...
View ArticleEdited Unassigned: Rowspan and colspan together [9111]
Rendering table with first top cell on the left that cointains colspan and rowspan together couses an issue (cell is not merged in two dimensions - there are borders in the center of cell - looks very...
View ArticleNew Post: Script injection threat?
Hi, I'm considering using this project to render HTML coming from an end-user rich text editor into images to display in reports. I'll use the HtmlRender.RenderToImage() method. From a security...
View ArticleCommented Unassigned: Strong Name Assemblies Error [9095]
I am trying to use PDFSharp in our project but it seems that the assemblies are not signed and we get compile error in our projectError 3 Assembly generation failed -- Referenced assembly...
View ArticleNew Post: CSS word-break : break-word vs break-all
I have a situation where I have td elements with a fixed width. If a word happens to be long enough that it will exceed the width of the cell, it will be placed on a new line. However, if there is a...
View ArticleCreated Unassigned: Method not found: 'Void...
Error:```Method not found: 'Void TheArtOfDev.HtmlRenderer.Core.HtmlContainerInt.SetMargins(Int32)'. Instances of this error (10) 1. Hide Call Stack at...
View ArticleNew Post: Images don't display in PDF
I have a fairly simple HTML page rendered via asp.net. It look beautiful in the PDF after running it through HtmlRenderer.PdfSharp EXCEPT that the images don't appear. Just the red X of a missing image...
View ArticleNew Post: Images don't display in PDF
I ended up using a different pdf library that doesn't have this problem and works perfectly: http://selectpdf.com/community-edition/
View ArticleCreated Unassigned: New Method to PdfGenerator [9113]
Hello to everyone!I needed a new method that could parse a html to a PdfPage instead of a PdfDocument (In my case, the pdf had different content in each page). Since I didn't find, i downloaded the...
View ArticleCreated Unassigned: Q: Unicode literals rendering [9114]
Hi thereI am very happily using your HTMLRenderer, especially the HTMLPanel, and it works fine, so far.Now, I am looking how to support the rendering of special unicode things such as smilies like...
View ArticleCommented Unassigned: PDF doesn't render tables or divs properly [9073]
If you have a table with tags within the td's, it doesn't render the contents of the inner tags. Also style="float:left" does not work on div or any other tags so there is currently no way to place 2...
View ArticleCreated Unassigned: HtmlLabel autosizes too small on 4k monitor, truncating...
On a 4k monitor...If you create a from-scratch winforms app, and drop in an HtmlLabel, the control will render correctly in the designer, but it will be sized 1/4 as large as it needs to be at runtime....
View ArticleCreated Unassigned: PDF is corrupted [9116]
Please, I'm trying to convert a PDF file using the simplest implementation of HTML:```Dim outputDocument = PdfGenerator.GeneratePdf(html, PdfSharp.PageSize.A4)```However, the PDF file is generated with...
View ArticleCommented Unassigned: PDF is corrupted [9116]
Please, I'm trying to convert a PDF file using the simplest implementation of HTML:```Dim outputDocument = PdfGenerator.GeneratePdf(html, PdfSharp.PageSize.A4)```However, the PDF file is generated with...
View ArticleCreated Unassigned: Persian word appeared incorrect [9117]
Hi ArthurThanks for your lovely htmlRendererMy Problem is persian word that shown incorrectly. In fact, when I use a sentence in any tag, letters of words displayed separately.For Example, when I want...
View ArticleReviewed: 1.5.0.6 (Mar 01, 2017)
Rated 5 Stars (out of 5) - This works perfectly! Thx a lot!
View ArticleReviewed: 1.5.0.6 (Mar 01, 2017)
Rated 5 Stars (out of 5) - This works perfectly! I use it to make a componant grid from HTML... Thx a lot!
View ArticleNew Comment on "Documentation"
Hi! Great work on this!!! I have only one problem: One of my HTML contains inline images: <img alt="Image left : 12px, top : 0px" src="data:image/png;base64,iVBORw0KGgoAAAANAASUVORK5......CYII="...
View ArticleNew Post: How to Select all text / copy like the right click context menu?
The right click Context Menu allows to select all and copy? Anyway to expose that programmatically? I've seen the references to GetHtml(), but that only gets the html, i'm wanting just the text, like...
View ArticleNew Post: How to get access to path?
hi, i get an error in my project. System.UnauthorizedAccessException: ''C:\Projec\Pdf" access to path denied. here is the details; System.UnauthorizedAccessException occurred HResult=0x80070005...
View Article