Hi All,
I've got a WebView that contains a basic html and css page.
I need to get this into either a ImageView or PDF ready to be printed.
If I dont need to convert it, then my hopes were to open a socket connection to port 9100 on the printer, and print straight to the printer.
However whenever I do something like
var page = webview.getHtml(); socket.write( page );it will print the HTML.
Anybody know how I could print the page correctly using on TCP not airprint?
Thanks