HtmlViewer
HtmlViewer copied to clipboard
How can i print page on Linux in Lazarus?
Printing disabled in Linux. I need to print html document loaded in THtmlViewer. How i can do this?
Unfortunately printing is based on Windows Metafiles. There is no implementation for them in Lazarus for Linux.
Is there another way to print the content of HtmlViewer in Linux?
When i trying to print like this: ` Printer.BeginDoc;
HtmlViewer1.Draw(Printer.Canvas, 0, Printer.PageWidth, Printer.PageWidth, Printer.PageHeight);
Printer.EndDoc; ` i've got something like this: