Posts

Post not yet marked as solved
10 Replies
I have the same situation, where I still need to use the 'WebView' on Mac. I would like to transition to the new `WKWebView`, but it does not currently support printing. IE: If you put this view into another view, and try to 'print' the view into a PDF file, it's blank. The old WebView supports this function correctly, it will print into a PDF just fine.Is there a way to make WKWebView able to print into a PDF file without issue, just like any other view I use can do? Like I said, I would love to be able to move to the new web-view. I have all the code ready to go, it's just this missing ability that prevents me from being able to use it.