christopherdro / react-native-print

Print documents using React Native
MIT License
325 stars 135 forks source link

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

Open Nagoorkani27 opened 1 year ago

Nagoorkani27 commented 1 year ago

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

christopherdro commented 11 months ago

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

Nagoorkani27 commented 9 months ago

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

stale[bot] commented 3 months ago

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.