react-native-print icon indicating copy to clipboard operation
react-native-print copied to clipboard

Print gets printer name blurry when I am trying print on USB printer

Open Nagoorkani27 opened this issue 2 years ago • 3 comments

const handlePrint = async () => { try { await Printer.print({ filePath:"https://www.africau.edu/images/default/sample.pdf", }); console.log('Print job sent successfully'); } catch (error) { console.log('Error while printing:', error); } };

The above is my code all is ok the printer datas get move to print show the preview data but printer name is blurry unable to select the printer printer name is hp laserjet pro mfp m126a

1685624433487

@christopherdro

Nagoorkani27 avatar Jun 01 '23 13:06 Nagoorkani27

This appears to be a device-specific issue. Can you confirm you are able to use this printer through other apps on your device?

christopherdro avatar Aug 04 '23 20:08 christopherdro

Yes other third party apps connected usb to printer but my app not connected to the app

Nagoorkani27 avatar Sep 16 '23 12:09 Nagoorkani27

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 13 '24 07:03 stale[bot]