HtmlViewer
HtmlViewer copied to clipboard
The well-known Delphi/Lazarus HtmlViewer/FrameViewer
I tried to render this code but seems font embedding this way is not supported. Is there any other way to use fonts which are not installed on the system?...
Hello, Is this HTMLViewer component supporting Dark Mode like "filter:invert(1)" in CSS? We are looking to adjust online images contained with HTML body to inverted background color. The "filter:invert(1)" is...
Thank you for THTMLViewer; it's been a very useful component for us! How can I scale THTMLViewer to different DPI's? I'm loading the component from a string. For the moment,...
Hello, we are using PrintPreview to generate a EMF of the given HTML file which works good for us. But we run into a problem that seems any kind of...
Using ID in span is not recognized correctly as target. ``` Try this Should jump to jumpto … Text … … add something more text … some mor text, too...
Hello, Using this code to convert HTML to PDF via SynPdf component, the PNG image is not rendered ; JPG does. ``` function THtmlPager.SynPdf:TBytes; label Clear; var OK : Boolean;...
Hello, The problem exist only if table is higher than HMLViewer.Height. Steps to reproduce: 1. `HMLViewer.Height := 97;` 2. `HTMLViewer1.LoadFromString('ABCDEFG');` Enviroment: - Delphi XE5; - THMLViewer from master at 2022-03-17.
Version HtmlViewer V11.9. See Picture.  Thank you very much.
Hello, there is some kind of issue in calculating available space for outputting text in THtmlViewer under Unix QT5. It looks like THtmlViewer does not support QT5 by default, so...
**test.css** .gradient { background-color: linear-gradient(to top, red, blue); } **test.html** `` `` `` ` ` `` `` ` ` `` `` **We dont see gradient.**