I'm using java to print in thermal printer
the printer work fine
I print test paper and work fine print image and text
from my java application the image not appear
only text
int method
print(Graphics g, PageFormat pf, int pageIndex){
using g.drawImage();
}
but the image not appear in the paper
please help