User Profile
Collapse
Profile Sidebar
Collapse
ikrami2000
Last Activity: May 24 '20, 01:40 AM
Joined: May 20 '20
Location:
-
i want to put pdf path to print, i don't know exact code -
Print PDF from android using epson sdk
I have install Epson SDK to android, and added the below code"
Printer printer = null;
try {
printer = new Printer(Printer .TM_M30, Printer.MODEL_A NK, this);
}
catch (Epos2Exception e) {
//Displays error messages
}
//new
final Context mContext = this;
printer.setRece iveEventListene r(new ReceiveListener () {
...
No activity results to display
Show More
Leave a comment: