I am building cordova print plugin using EPSON epos iOS SDK, to use it with hybrid mobile apps( ionic framework based). The sdk provides methods for printing text and image. But I have to print HTML template using it. is there any way to do so?
like if I can prepare UIWebView object from the template and convert it into UIImage. I am new to iOS development so dont know any proper way of doing that.