We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing disabled in Linux. I need to print html document loaded in THtmlViewer. How i can do this?
The text was updated successfully, but these errors were encountered:
Unfortunately printing is based on Windows Metafiles. There is no implementation for them in Lazarus for Linux.
Sorry, something went wrong.
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:
No branches or pull requests
Printing disabled in Linux. I need to print html document loaded in THtmlViewer.
How i can do this?
The text was updated successfully, but these errors were encountered: