Hi,
I found WKWebview.createPdf as a native Operation to create a PDF from the content of a Webview.
It seems B4i WKWebview does not expose this operation. Is there a way to use it via Native Object or via inline objective c approach?
Thanks,
Thomas
I found WKWebview.createPdf as a native Operation to create a PDF from the content of a Webview.
createPDF(configuration:completionHandler:) | Apple Developer Documentation
Generates PDF data from the web view’s contents asynchronously.
developer.apple.com
It seems B4i WKWebview does not expose this operation. Is there a way to use it via Native Object or via inline objective c approach?
Thanks,
Thomas