salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
280 stars 56 forks source link

New printing functions #31

Closed Newgap closed 1 year ago

Newgap commented 1 year ago

In WebView2 1.0.1414, new APIs have been added to control the printing process. I can't find those functions in the *.pas files.

Could it be possible to add them?

Reference: https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes?tabs=dotnetcsharp#101414-prerelease

salvadordf commented 1 year ago

Microsoft recommends that we should avoid using the prerelease features in production apps. They are considered experimental and they are subject to change : https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/versioning#use-a-prerelease-version-of-the-sdk-along-with-a-preview-channel-of-microsoft-edge

WebView4Delphi will support those features as soon as they are considered stable and they are included in the "Release" API.

salvadordf commented 1 year ago

I just added a new Wiki page about this : https://github.com/salvadordf/WebView4Delphi/wiki/Frequently-asked-questions