New Post: HtmlToolTip Scrollbars
Is is possible to have the HtmlToolTip display scrollbars for long content? Possibly have it respond to the mousewheel to scroll up and down?
View ArticleNew Post: HtmlPanel - Making OnScreen Keyboard popup on touching the panel
It seems like the HtmlPanel is using some Input control which makes the Onscreen keyboard to open whenever the panel get touched in tablet devices. I tried to disable the panel by setting property...
View ArticleNew Post: Title attribute support?
Hallo, is there a support of the Title attribute? In the most Browsers the text of the title Attribute will be shown as a ToolTip, but this seems not to be shown. Is there an other way to show a...
View ArticleNew Post: Title attribute support?
I have a similar question, so I'll post it here: is there any support for alt or title text on images? (This came up in a discussion relating to accessibility requirements, so I'm not sure how much of...
View ArticleNew Post: video in HtmlPanel
Hello, Does HtmlPanel support <video> tag from HTML5 ? If not, will be a version that can support it ? Thank you.
View ArticleNew Post: How to add page break throwgh HTML code
Hi to all! Is it possible to add manually page break throwgh HTML code in order to produce a PDF file with page change where i want to?
View ArticleNew Post: How to use custom fonts with HtmlRenderer?
Hi all, I'm trying to use HtmlRenderer with an HTML that uses customized font, but with no success at all when hosted on the IIS7 server. I have several scenarios I would like to share with you guys:1-...
View ArticleNew Post: How to render checkbox in the pdf
I am using HtmlRenderer.PdfSharp to create a pdf file from html string. I have tried this and is not rendering the checkbox in the pdf.<input type='checkbox'>Some Text Has anyone got this...
View ArticleNew Post: CSS Property 'font-size' Ignored
I'm not sure if this is a bug or if I'm just doing something incorrectly, but it appears that the font-size property within my css is being ignored. My project allows a user to enter text in markdown...
View ArticleNew Post: Event for hover over links
Hi, I would like to show the link destination in a statusbar like some browsers do. Is there an event when the mouse hovers over a link? Regards, Scott
View ArticleNew Post: Scrolling to end
I'm having trouble implementing https://htmlrenderer.codeplex.com/discussions/442448. There is no property called AutoScrollPosition, or AutoScrolling as described in the demo. How do I scroll an...
View ArticleNew Post: Debugging Generated PDFs
How should one go about debugging PDF errors? When I open the PDF I get "an error exists on this page, Acrobat may not display the page correctly. Please contact the person who created the PDF document...
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 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 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 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 Article