cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.88k stars 2.92k forks source link

Feature Request - PDF Ink Signature #4988

Open Tanmaya-Code-Library opened 1 day ago

Tanmaya-Code-Library commented 1 day ago

Hi Team,

I think CEFShARP does not support the chromium feature "PDF Ink Signatures". This feature setting is available in chromium setting at chrome://flags/#pdf-ink2.

If the Chromium feature "PDF Ink Signatures" is not supported CEFSHARP, kindly include this feature. If this feature is available in CEFSHAP, please provide the code snippet for the same.

I tried by using the following code. It did not work.

cefSettings.CefCommandLineArgs.Add("enable-features", "PDFAnnotations,Ink");

mitchcapper commented 23 hours ago

You need to have the ENABLE_INK define during building cef which it does not by default. CefSharp uses the official spotify builds so until it become default to on there you will need to have custom compiles. This would be considered beyond scope for now.

the flag does exist right now (and you can set flags in cefsharp) but: