mohitkokwani
mohitkokwani
@KevinGong2013 @Mauricevb @chibombo @pylearndl Please give some suggestions!
Any guidance will be appreciated ! Thank you.
> @mohitkokwani has you found a solution? No Not YET! waiting for guidance of the @KevinGong2013 @Mauricevb @chibombo @pylearndl
Can Someone please tell me why this is happening ? Like the image starts printing but the after printing the half image the thermal printer switches off (power off) automatically!
guard let image = UIImage(named: "demo") else { return } let width = 512 let rotatedImage = image.rotate(radians: .pi/2) guard let printImage = rotatedImage.resizeWithWidth(width: CGFloat(width)) else{ return } self.imageView.image =...
> @mohitkokwani The Leopard A8 printer prints correctly. The Leopardo A7 Light printer does not print. I tried to change the width but it still won't work. Any idea what...