Commented 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 ArticleCreated Unassigned: FontFamily issues [9097]
The line https://github.com/ArthurHub/HTML-Renderer/blob/master/Source/HtmlRenderer.WPF/Adapters/FontFamilyAdapter.cs#L57 throws sometimes exception ArgumentException. More details and workaround...
View ArticleNew Post: Stop page breaks for certain tags
Hi, is there any way to ensure a page break doesnt happen for html content within certain tags, when using PdfGenerator.GeneratePdf? For example: <div><p>Text</p> <p>Text...
View ArticleCreated Unassigned: Words are shown overlapped [9098]
The following HTML code will not render well to an image or will show well in the wpf or win forms controls.This problem does not occurres if I use the standard wpf web browser control or someting else...
View ArticleNew Post: disabling text cursor on HtmlPanel
This seems like a stupid question, but: When I downloaded the demo found on CodeProject, the HTMLPanel was ReadOnly and selecting the text was not an option. On the demo from CodePlex the cursor...
View ArticleNew Post: disabling text cursor on HtmlPanel
Found it. It's the IsSelectionEnabled property.
View ArticleCreated Unassigned: Partial selection with mouse does not work with RTL...
Partial selection is not working when use attribute dir='rtl' on div to make Right to Left direction. When trying to select any specific word, it is selectig all words and does not select with mouse...
View ArticleCreated Unassigned: RenderGdiPlus or Render for Winforms Y-limit? [9100]
This code fails to draw the string: private void HTMLTest_Paint(object sender, PaintEventArgs e){ TheArtOfDev.HtmlRenderer.WinForms.HtmlRender.RenderGdiPlus(e.Graphics, "test <b>bold</b>",...
View ArticleCommented Unassigned: NuGet packages don't work out of the box [9080]
When using NuGet within VS2013 Ultimate to install HtmlRenderer.WinForms 1.5.0.6, it also automatically downloads HtmlRenderer.Core.1.5.0.5 and all is good. Target project is using .NET 4.0.But the...
View ArticleNew Post: How to add page break throwgh HTML code
I would also like to achieve this. Did you find a solution? -S
View ArticleNew Post: How to add page break throwgh HTML code
I had same problem. Never found a solution.
View ArticleCreated Unassigned: Provide prelease NuGet packgage depending on PdfSharp-gdi...
The current prerelease package of PdfSharp (1.50.4000-beta3b) fixes support for Acrobat 6 istreams; unfortunately they reorganized their assemblies and from now on the needed assembly has a "-gdi"...
View ArticleEdited Unassigned: Provide prelease NuGet package depending on PdfSharp-gdi...
The current prerelease package of PdfSharp (1.50.4000-beta3b) fixes support for Acrobat 6 istreams; unfortunately they reorganized their assemblies and from now on the needed assembly has a "-gdi"...
View ArticleNew Post: colspan cause RenderToImage() method generate the empty image result
colspan cause RenderToImage() method generate the empty image result (table with one tr(colspan=5), normal image result after rename or remove colspan : html <table class="MsoNormalTable" border="1"...
View ArticleNew Post: colspan cause RenderToImage() method generate the empty image result
html original from Word document (html format).
View ArticleCreated Unassigned: Null background throws exception. [9102]
When used as such:```<wpf:HtmlPanel Text="{Binding description}" Background="{x:Null}"/>```The following is thrown:```InputMapper.vshost.exe Error: 0 : System.Windows.Threading.Dispatcher :...
View ArticleReviewed: 1.5.0.6 (Mar 10, 2016)
Rated 2 Stars (out of 5) - Hard to integrate it seamlessly into my application when the background does not currently support null (for transparent) https://htmlrenderer.codeplex.com/workitem/9102
View ArticleNew Post: Html Generate PDF Display text garbled (chinese)
Hello everyone ! I rendered into PDF using HTML, the data content of the Chinese garbled. I ask how to do?
View ArticleCreated Unassigned: special symbols are rendered as squares [9103]
Here is example, it is not working properly at demo application.<html><SPAN style='FONT-FAMILY:Symbol'>£ £ qwe♠</SPAN>♠</html>
View ArticleNew Post: Html Generate PDF Display text garbled (chinese)
May be you can write your own sample project and paste the primary code here : [your pdf-converting code here - include chinese chars] and not the demo application. :)
View Article