Question

currently I am doing a phonegap based software, and now I want to print the web content via the Zebra RW420 printer. I looked at the Zebra sdk for android then I found that it only can print pain text and bitmap image. Is that a way to print the HTML format file via the Zebra RW420 printer? Thanks

Was it helpful?

Solution

The way to print the Web content on Zebra RW420 is turn the web content into an PNG/BMP image. In android, you can use webview.capturepicture to get the current web content into an PNG file. Then this PNG file can be print out via Zebra SDK.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top