HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
174 stars 102 forks source link

HTML Bill print #23

Closed NextGenPosApp closed 3 years ago

NextGenPosApp commented 4 years ago

How I can print HTML?

harshmaur commented 4 years ago

Hey @HeligPfleigh is there a way to print html?

HeligPfleigh commented 3 years ago

sorry, parsing html to printer is quite complicate and this library is aiming to print a simple one like text, image, etc, ... So you should do that work yourself, and there is no function directly support it in this library.